Skip to content

Commit

Permalink
env: eslint-config-next 제거
Browse files Browse the repository at this point in the history
gahyuun committed Nov 8, 2023
1 parent 4730c3c commit 9890fb4
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -6,8 +6,7 @@
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals"
"plugin:@typescript-eslint/recommended"
],
"overrides": [],
"parser": "@typescript-eslint/parser",
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",

0 comments on commit 9890fb4

Please sign in to comment.