feat(eslint): Rule "semi"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -99,6 +99,13 @@
|
||||
"require-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"omitLastInOneLineBlock": false
|
||||
}
|
||||
],
|
||||
"sort-imports": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user