mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-13 13:09:22 +02:00
Fix switch rule
This commit is contained in:
parent
b12d9aad04
commit
f024527db1
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"indent": [
|
"indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab"
|
"tab",
|
||||||
|
{
|
||||||
|
"SwitchCase" : 1
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"linebreak-style": [
|
"linebreak-style": [
|
||||||
"error",
|
"error",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue