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 a15950c commit ea7575eCopy full SHA for ea7575e
packages/gatsby/.eslintrc.js
@@ -6,8 +6,7 @@ module.exports = {
6
parserOptions: {
7
jsx: true,
8
},
9
- // ignoring the package-specific prepack script here b/c it is not
10
- // covered by a `tsconfig` which makes eslint throw an error
11
- ignorePatterns: ['scripts/prepack.ts'],
+ // ignore these because they're not covered by a `tsconfig`, which makes eslint throw an error
+ ignorePatterns: ['scripts/prepack.ts', 'gatsby-browser.d.ts', 'gatsby-node.d.ts'],
12
extends: ['../../.eslintrc.js'],
13
};
0 commit comments