Files

8 lines
167 B
JSON
Raw Permalink Normal View History

{
"extends": ["next/core-web-vitals", "next/typescript", "prettier"],
"rules": {
"no-console": "warn",
"@typescript-eslint/no-explicit-any": "error"
}
}