mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 08:51:51 +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": {
|
||||
"indent": [
|
||||
"error",
|
||||
"tab"
|
||||
"tab",
|
||||
{
|
||||
"SwitchCase" : 1
|
||||
}
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue