This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/projects/website/.eslintrc.json

9 lines
235 B
JSON
Raw Normal View History

2024-10-04 17:25:37 +00:00
{
2024-10-04 20:37:00 +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-empty-object-type": "off"
}
2024-10-04 17:25:37 +00:00
}