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/website/.eslintrc.json
Liam 88e0e95e9f
All checks were successful
Deploy Website / deploy (push) Successful in 2m0s
7
2024-10-04 21:37:00 +01:00

9 lines
235 B
JSON

{
"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"
}
}