judge4c-old/.eslintrc.json
ngc2207 b69cc453e8 feat(auth): extend NextAuth user and session to include language support
refactor(gitea): make username optional in GiteaProfile interface

style(eslint): add warning rule for empty object type in ESLint configuration
2024-12-11 19:24:37 +08:00

7 lines
133 B
JSON

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