Skip to content

Commit

Permalink
eslint ignore react-routre generated files
Browse files Browse the repository at this point in the history
it creates a lot of noice in linting
  • Loading branch information
nichtsam committed Jan 16, 2025
1 parent 64f9fe2 commit 543a381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ export default [
files: ['**/tests/**/*.ts'],
rules: { 'react-hooks/rules-of-hooks': 'off' },
},
{
ignores: ['.react-router/*'],
},
]

0 comments on commit 543a381

Please sign in to comment.