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 5ff77f1 commit fb66707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ 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

0 comments on commit fb66707

Please sign in to comment.