feat(typescript): no-extra-semi
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -49,6 +49,9 @@
|
||||
"ignoreRestArgs": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-extra-semi": [
|
||||
"error"
|
||||
],
|
||||
"@typescript-eslint/no-implied-eval": [
|
||||
"error"
|
||||
],
|
||||
@ -184,6 +187,9 @@
|
||||
"indent": [
|
||||
"off"
|
||||
],
|
||||
"no-extra-semi": [
|
||||
"off"
|
||||
],
|
||||
"no-implied-eval": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user