Skip to content

Commit

Permalink
Add more excl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaloszer committed Nov 3, 2024
1 parent 71177ac commit 3bebfba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"extends": "next",
"extends": [
"next",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-empty-interface": "warn"
"@typescript-eslint/no-empty-interface": "warn",
"@typescript-eslint/no-empty-object-type": "warn"
}
}
}
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bebfba

Please sign in to comment.