More cleanup

This commit is contained in:
2025-01-16 14:57:02 -08:00
parent 872f5471a5
commit d39da9af71
4 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,9 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"no-mixed-spaces-and-tabs": "off",
"no-restricted-syntax": ["error", "WithStatement"],
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-empty-function": "error"
}
}