10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|