scoresaber-reloadedv3/apps/frontend/.eslintrc.json

10 lines
284 B
JSON
Raw Normal View History

2024-10-04 15:43:12 +00:00
{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-object-type": "off"
}
}