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/apps/frontend/.eslintrc.json
Liam dac4735e52
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m32s
maybe it will work now
2024-10-04 11:31:14 +01:00

9 lines
235 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-unused-expressions": "off"
}
}