Skip to content

Commit

Permalink
fix(next-config): update next-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipeschulle committed Jun 27, 2024
1 parent 4a58059 commit a215c70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 49 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { presets } from './dist/index.js';

export default [...presets.base, ...presets.typescript,...presets.react, ...presets.next];
export default [...presets.base, ...presets.typescript];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@eslint/js": "9.5.0",
"@next/eslint-plugin-next": "14.2.4",
"@next/eslint-plugin-next": "15.0.0-rc.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
Expand Down
56 changes: 9 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a215c70

Please sign in to comment.