discord_bot/.eslintrc
SileNce5k 5e29cad544
Some checks failed
CI / CI (push) Successful in 16s
Lint Codebase / eslint (push) Failing after 2s
Add eslint as linter and add linter workflow
2024-11-05 05:28:44 +01:00

7 lines
No EOL
100 B
Text

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