Skip to content

Commit da14e6a

Browse files
committed
Remove unnecessary ignores
1 parent 0cf5f2d commit da14e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import typescript from '@metamask/eslint-config-typescript';
55

66
const config = createConfig([
77
{
8-
ignores: ['!.eslintrc.js', '!.prettierrc.js', 'dist/', 'docs/', '.yarn/'],
8+
ignores: ['dist/', 'docs/', '.yarn/'],
99
},
1010

1111
{

0 commit comments

Comments
 (0)