Skip to content

Commit 9e01e38

Browse files
committed
pnpm 빌드 오류 해결
1 parent 9341b13 commit 9e01e38

File tree

4 files changed

+1910
-3972
lines changed

4 files changed

+1910
-3972
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ module.exports = {
77
"@typescript-eslint/no-explicit-any": "off",
88
"@typescript-eslint/no-unused-vars": "off",
99
"@typescript-eslint/no-empty-interface": "off",
10+
"@typescript-eslint/no-empty-function": "off",
11+
"@typescript-eslint/no-empty-object-type": "off",
12+
"no-empty": "off",
13+
"no-case-declarations": "off",
1014
"react/no-unescaped-entities": "off",
1115
"@next/next/no-img-element": "off",
1216
"react-hooks/exhaustive-deps": "off",

0 commit comments

Comments
 (0)