Skip to content

Commit

Permalink
chore(eslint): update ESLint configuration
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean committed Jan 23, 2025
1 parent 899d516 commit 7de73ad
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 135 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ module.exports = {
},
{
files: ['./src/**/*.{ts,tsx}'],
extends: ['airbnb/hooks', 'plugin:react/jsx-runtime', 'prettier'],
extends: [
'airbnb/hooks',
'plugin:react/jsx-runtime',
// 'plugin:@next/next/recommended',
// 'plugin:@next/next/core-web-vitals',
'prettier',
],
rules: {
'no-console':
process.env.NODE_ENV === 'development'
Expand Down
Loading

0 comments on commit 7de73ad

Please sign in to comment.