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