feat(typescript): Rule "semi"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -7,7 +7,17 @@
|
||||
"avoidEscape": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/semi": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"omitLastInOneLineBlock": false
|
||||
}
|
||||
],
|
||||
"quotes": [
|
||||
"off"
|
||||
],
|
||||
"semi": [
|
||||
"off"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user