Skip to content

Commit

Permalink
fix(typescript-next): remove airbnb-hooks in extends to prevent confl…
Browse files Browse the repository at this point in the history
…ict with next
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent 9e89164 commit a15a6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-next/index.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('eslint').ESLint.ConfigData} */
module.exports = {
// https://nextjs.org/docs/pages/building-your-application/configuring/eslint#migrating-existing-config
extends: ['airbnb', 'airbnb/hooks', 'airbnb-typescript', 'next', 'prettier'],
extends: ['airbnb', 'airbnb-typescript', 'next', 'prettier'],
plugins: [
'@next/eslint-plugin-next',
'prettier',
Expand Down

0 comments on commit a15a6eb

Please sign in to comment.