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"
|
- [ ] "line-comment-position"
|
||||||
- [ ] "linebreak-style"
|
- [ ] "linebreak-style"
|
||||||
- [ ] "lines-around-comment"
|
- [ ] "lines-around-comment"
|
||||||
- [ ] "lines-around-directive"
|
- [X] "lines-around-directive"
|
||||||
- [ ] "lines-between-class-members"
|
- [ ] "lines-between-class-members"
|
||||||
- [ ] "max-classes-per-file"
|
- [ ] "max-classes-per-file"
|
||||||
- [ ] "max-depth"
|
- [ ] "max-depth"
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"indent-legacy": [
|
"indent-legacy": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"lines-around-directive": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"no-tabs": [
|
"no-tabs": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user