feat(typescript): no-extra-semi
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
621602e88b
commit
99f00817e0
@ -413,7 +413,7 @@
|
||||
- [X] "no-explicit-any"
|
||||
- [ ] "no-extra-non-null-assertion"
|
||||
- [ ] "no-extra-parens"
|
||||
- [ ] "no-extra-semi"
|
||||
- [X] "no-extra-semi"
|
||||
- [ ] "no-extraneous-class"
|
||||
- [ ] "no-floating-promises"
|
||||
- [ ] "no-for-in-array"
|
||||
|
@ -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"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user