feat(eslint): Rule "newline-after-var"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
99e572a116
commit
98bae6b59b
@ -74,7 +74,7 @@
|
||||
- [ ] "multiline-ternary"
|
||||
- [ ] "new-cap"
|
||||
- [ ] "new-parens"
|
||||
- [ ] "newline-after-var"
|
||||
- [X] "newline-after-var"
|
||||
- [ ] "newline-before-return"
|
||||
- [ ] "newline-per-chained-call"
|
||||
- [ ] "no-alert"
|
||||
|
@ -9,6 +9,9 @@
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
"newline-after-var": [
|
||||
"off"
|
||||
],
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user