feat(eslint): no-whitespace-before-property
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0419c2558d
commit
937a2257f8
@ -219,7 +219,7 @@
|
|||||||
- [X] "no-var"
|
- [X] "no-var"
|
||||||
- [ ] "no-void"
|
- [ ] "no-void"
|
||||||
- [ ] "no-warning-comments"
|
- [ ] "no-warning-comments"
|
||||||
- [ ] "no-whitespace-before-property"
|
- [X] "no-whitespace-before-property"
|
||||||
- [X] "no-with"
|
- [X] "no-with"
|
||||||
- [ ] "nonblock-statement-body-position"
|
- [ ] "nonblock-statement-body-position"
|
||||||
- [X] "object-curly-newline"
|
- [X] "object-curly-newline"
|
||||||
|
@ -449,6 +449,9 @@
|
|||||||
"no-var": [
|
"no-var": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-whitespace-before-property": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-with": [
|
"no-with": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user