www/.eslintrc.json
Rainnny7 ac765d0250
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
Initial Commit
2024-09-13 21:27:40 -04:00

11 lines
187 B
JSON

{
"extends": [
"next/core-web-vitals",
"next/typescript"
],
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}