Skip to content

Commit

Permalink
warn if there are any types
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch committed Feb 8, 2024
1 parent dbbf6e3 commit 18bbda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = {
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'@typescript-eslint/ban-ts-comment': 'warn',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-var-requires': 'warn',
'@typescript-eslint/no-explicit-any': 'warn',
'@tanstack/query/exhaustive-deps': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',
Expand Down

0 comments on commit 18bbda3

Please sign in to comment.