motto/.eslintrc.json

7 lines
122 B
JSON
Raw Normal View History

2024-09-16 19:44:19 +00:00
{
2024-09-18 15:39:27 +00:00
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
2024-09-16 19:44:19 +00:00
}