Skip to content

Commit

Permalink
allow arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 22, 2024
1 parent 4db6ad2 commit 36a46eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export default tsEslint.config(
}, {
files: ["**/*.spec.ts"],
rules: {
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"prefer-rest-params": "off",

},
}, {
...html.configs["flat/recommended"],
Expand Down

0 comments on commit 36a46eb

Please sign in to comment.