Skip to content

Commit 60ede44

Browse files
committed
chore : 수정
1 parent 2eebdfa commit 60ede44

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

eslint.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineConfig } from "eslint-define-config";
22
import reactPlugin from "eslint-plugin-react";
33
import typescriptPlugin from "@typescript-eslint/eslint-plugin";
44
import typescriptParser from "@typescript-eslint/parser";
5-
import nextPlugin from "eslint-plugin-next"; // optional
65

76
export default defineConfig([
87
{
@@ -18,18 +17,11 @@ export default defineConfig([
1817
plugins: {
1918
react: reactPlugin,
2019
"@typescript-eslint": typescriptPlugin,
21-
next: nextPlugin,
2220
},
2321
rules: {
2422
"@typescript-eslint/no-unused-vars": "warn",
2523
"react/react-in-jsx-scope": "off",
2624
"react/jsx-key": "warn",
2725
},
2826
},
29-
{
30-
files: ["apps/web/**/*.{js,ts,jsx,tsx}"],
31-
rules: {
32-
"@next/next/no-html-link-for-pages": "off", // 필요 없으면 제거해도 됨
33-
},
34-
},
3527
]);

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"eslint-config-prettier": "^10.1.5",
1313
"eslint-define-config": "^2.1.0",
1414
"eslint-plugin-jsx-a11y": "^6.10.2",
15-
"eslint-plugin-next": "^0.0.0",
1615
"eslint-plugin-prettier": "^5.2.6",
1716
"eslint-plugin-react": "^7.37.5",
1817
"eslint-plugin-react-hooks": "^5.2.0",

yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,13 +2472,6 @@ __metadata:
24722472
languageName: node
24732473
linkType: hard
24742474

2475-
"eslint-plugin-next@npm:^0.0.0":
2476-
version: 0.0.0
2477-
resolution: "eslint-plugin-next@npm:0.0.0"
2478-
checksum: 10c0/2b2b1ca99e3144e0ec801b6d8818d41363497eb5ef50cc402e66effb9030e6c038f6dcbdf5d2804d16c826c75d022bcde2dcd84b490eb2b42a87e25eb82631e9
2479-
languageName: node
2480-
linkType: hard
2481-
24822475
"eslint-plugin-prettier@npm:^5.2.6":
24832476
version: 5.2.6
24842477
resolution: "eslint-plugin-prettier@npm:5.2.6"
@@ -4862,7 +4855,6 @@ __metadata:
48624855
eslint-config-prettier: "npm:^10.1.5"
48634856
eslint-define-config: "npm:^2.1.0"
48644857
eslint-plugin-jsx-a11y: "npm:^6.10.2"
4865-
eslint-plugin-next: "npm:^0.0.0"
48664858
eslint-plugin-prettier: "npm:^5.2.6"
48674859
eslint-plugin-react: "npm:^7.37.5"
48684860
eslint-plugin-react-hooks: "npm:^5.2.0"

0 commit comments

Comments
 (0)