Skip to content

Commit

Permalink
feat: add gatsby-config to ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmax committed Jan 3, 2024
1 parent 3af879b commit 57cb877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-import/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
'**/karma.conf.{js,ts}',
'**/.eslintrc.{js,ts,cjs,mjs}',
'**/*.stories.*',
'**/gatsby-config.{js,ts,cjs,mjs}',
],
optionalDependencies: false,
},
Expand Down

0 comments on commit 57cb877

Please sign in to comment.