Skip to content

Commit

Permalink
move ignored files to .eslint.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch committed Feb 8, 2024
1 parent c6d7f8e commit dbbf6e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
plugins: ['react-refresh', '@typescript-eslint'],
root: true,
env: { browser: true, es2020: true },
ignorePatterns: ['dist', '.eslintrc.cjs'],
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'@typescript-eslint/ban-ts-comment': 'warn',
Expand Down

0 comments on commit dbbf6e3

Please sign in to comment.