esolang/.eslintrc.json
2025-01-16 14:57:02 -08:00

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"
}
}