Files
shorturl-analytics/.eslintrc.json
2025-03-31 20:34:49 +08:00

8 lines
196 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
"react-hooks/exhaustive-deps": "off"
}
}