feat(eslint): Rule "lines-around-directive"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d57337cdb7
commit
99e572a116
@ -59,7 +59,7 @@
|
||||
- [ ] "line-comment-position"
|
||||
- [ ] "linebreak-style"
|
||||
- [ ] "lines-around-comment"
|
||||
- [ ] "lines-around-directive"
|
||||
- [X] "lines-around-directive"
|
||||
- [ ] "lines-between-class-members"
|
||||
- [ ] "max-classes-per-file"
|
||||
- [ ] "max-depth"
|
||||
|
@ -6,6 +6,9 @@
|
||||
"indent-legacy": [
|
||||
"off"
|
||||
],
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
"no-tabs": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user