We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6416b3f commit 00acfceCopy full SHA for 00acfce
.eslintrc.cjs
@@ -6,7 +6,7 @@ module.exports = {
6
'plugin:@typescript-eslint/recommended',
7
'plugin:react-hooks/recommended',
8
],
9
- ignorePatterns: ['dist', '.eslintrc.cjs'],
+ ignorePatterns: ['output', '.eslintrc.cjs'],
10
parser: '@typescript-eslint/parser',
11
plugins: ['react-refresh'],
12
rules: {
0 commit comments