judge4c-old/.eslintrc.json
ngc2207 52a7ee5d0b chore(auth): update NextAuth configuration to include JWT language
chore(eslint): add warning rule for unused variables in ESLint configuration
2024-12-11 20:28:44 +08:00

8 lines
182 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-empty-object-type": "warn"
}
}