Skip to content

Commit 512e902

Browse files
chore: any 타입 경고 수준으로 내리기
1 parent a86f25f commit 512e902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": ["next/core-web-vitals", "next/typescript"],
33
"rules": {
44
"no-unused-vars": "off",
5-
"@typescript-eslint/no-unused-vars": "warn"
5+
"@typescript-eslint/no-unused-vars": "warn",
6+
"@typescript-eslint/no-explicit-any": "warn"
67
}
78
}

0 commit comments

Comments
 (0)