discord_bot/.eslintrc
SileNce5k 977f13f734
Some checks failed
CI / CI (push) Successful in 16s
Lint Codebase / eslint (push) Failing after 18s
Add eslint as linter and add linter workflow
2024-11-05 05:27:40 +01:00

7 lines
No EOL
100 B
Text

{
"rules": {
"no-fallthrough": "error",
"no-case-declarations": "error"
}
}