mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
chore(lint): Add semicolon rule
This commit is contained in:
parent
26ae636f8d
commit
39319a0197
@ -64,7 +64,8 @@
|
|||||||
"no-hardcoded-credentials": false,
|
"no-hardcoded-credentials": false,
|
||||||
"no-nested-switch": false,
|
"no-nested-switch": false,
|
||||||
"unified-signatures": false,
|
"unified-signatures": false,
|
||||||
"no-all-duplicated-branches": false
|
"no-all-duplicated-branches": false,
|
||||||
|
"semicolon": [true, "always"]
|
||||||
},
|
},
|
||||||
"rulesDirectory": []
|
"rulesDirectory": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user