Skip to content

Commit

Permalink
actually upgrade to eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Sep 22, 2024
1 parent c674fbb commit 221f24c
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 267 deletions.
8 changes: 7 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,13 @@ module.exports = {
resolve: 'gatsby-plugin-gtag',
options: gtagOptions
},
'gatsby-plugin-eslint',
{
resolve: 'gatsby-plugin-eslint',
options: {
configType: 'flat',
eslintPath: 'eslint/use-at-your-own-risk'
}
},
'gatsby-plugin-image',
{
resolve: 'gatsby-plugin-mdx',
Expand Down
Loading

0 comments on commit 221f24c

Please sign in to comment.