feat(eslint): no-trailing-spaces
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
b00af86b1b
commit
0419c2558d
@ -192,7 +192,7 @@
|
||||
- [X] "no-ternary"
|
||||
- [ ] "no-this-before-super"
|
||||
- [ ] "no-throw-literal"
|
||||
- [ ] "no-trailing-spaces"
|
||||
- [X] "no-trailing-spaces"
|
||||
- [ ] "no-undef"
|
||||
- [X] "no-undef-init"
|
||||
- [X] "no-undefined"
|
||||
|
@ -375,6 +375,13 @@
|
||||
"no-ternary": [
|
||||
"off"
|
||||
],
|
||||
"no-trailing-spaces": [
|
||||
"error",
|
||||
{
|
||||
"ignoreComments": false,
|
||||
"skipBlankLines": false
|
||||
}
|
||||
],
|
||||
"no-undef-init": [
|
||||
"error"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user