Skip to content

Commit

Permalink
feat: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 24, 2025
1 parent fb66707 commit 7a60117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions webapp/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default [
globals: {
...globals.browser,
...globals.es2022,
...globals["cypress/globals"],
"cy": true,

Check failure on line 53 in webapp/eslint.config.js

View workflow job for this annotation

GitHub Actions / npm-lint

Replace `"cy"` with `cy`
},
},
plugins: {
Expand All @@ -61,7 +61,6 @@ export default [
},
rules: {
...reactHookPlugin.configs.recommended.rules,
...cypressPlugin.configs.recommended.rules,
"@typescript-eslint/array-type": ["error", { default: "array-simple" }],
"@typescript-eslint/no-restricted-imports": [
"error",
Expand Down
3 changes: 0 additions & 3 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@
"engines": {
"node": "22.13.0"
},
"extends": [
"plugin:cypress/recommended"
],
"overrides": {
"react-d3-graph": {
"react": "18.3.1"
Expand Down

0 comments on commit 7a60117

Please sign in to comment.