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"
|
- [X] "no-ternary"
|
||||||
- [ ] "no-this-before-super"
|
- [ ] "no-this-before-super"
|
||||||
- [ ] "no-throw-literal"
|
- [ ] "no-throw-literal"
|
||||||
- [ ] "no-trailing-spaces"
|
- [X] "no-trailing-spaces"
|
||||||
- [ ] "no-undef"
|
- [ ] "no-undef"
|
||||||
- [X] "no-undef-init"
|
- [X] "no-undef-init"
|
||||||
- [X] "no-undefined"
|
- [X] "no-undefined"
|
||||||
|
@ -375,6 +375,13 @@
|
|||||||
"no-ternary": [
|
"no-ternary": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"no-trailing-spaces": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"ignoreComments": false,
|
||||||
|
"skipBlankLines": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"no-undef-init": [
|
"no-undef-init": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user