Skip to content

Commit c289d4d

Browse files
committed
Update .eslintrc.cjs
1 parent 00acfce commit c289d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
'plugin:@typescript-eslint/recommended',
77
'plugin:react-hooks/recommended',
88
],
9-
ignorePatterns: ['output', '.eslintrc.cjs'],
9+
ignorePatterns: ['dist', '.eslintrc.cjs'],
1010
parser: '@typescript-eslint/parser',
1111
plugins: ['react-refresh'],
1212
rules: {

0 commit comments

Comments
 (0)