We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf5f2d commit da14e6aCopy full SHA for da14e6a
eslint.config.mjs
@@ -5,7 +5,7 @@ import typescript from '@metamask/eslint-config-typescript';
5
6
const config = createConfig([
7
{
8
- ignores: ['!.eslintrc.js', '!.prettierrc.js', 'dist/', 'docs/', '.yarn/'],
+ ignores: ['dist/', 'docs/', '.yarn/'],
9
},
10
11
0 commit comments