mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 19:21:33 -07:00
chore(lint): Add semicolon rule
This commit is contained in:
parent
26ae636f8d
commit
39319a0197
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@
|
|||
"no-hardcoded-credentials": false,
|
||||
"no-nested-switch": false,
|
||||
"unified-signatures": false,
|
||||
"no-all-duplicated-branches": false
|
||||
"no-all-duplicated-branches": false,
|
||||
"semicolon": [true, "always"]
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue