Skip to content

Commit

Permalink
Update next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 11, 2024
1 parent 1722e03 commit ec9fb76
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/eslint-config/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ const project = resolve(process.cwd(), 'tsconfig.json');

module.exports = {
extends: [
'@vercel/style-guide/eslint/node',
'@vercel/style-guide/eslint/typescript',
'@vercel/style-guide/eslint/browser',
'@vercel/style-guide/eslint/react',
'@vercel/style-guide/eslint/next',
'eslint-config-turbo',
].map(require.resolve),
...[
'@vercel/style-guide/eslint/node',
'@vercel/style-guide/eslint/typescript',
'@vercel/style-guide/eslint/browser',
'@vercel/style-guide/eslint/react',
'@vercel/style-guide/eslint/next',
].map(require.resolve),
'turbo',
],
parserOptions: {
project,
},
Expand Down

0 comments on commit ec9fb76

Please sign in to comment.