feat(eslint): Rule "lines-around-directive"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 14:48:01 +04:00
parent d57337cdb7
commit 99e572a116
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -6,6 +6,9 @@
"indent-legacy": [
"off"
],
"lines-around-directive": [
"off"
],
"no-tabs": [
"error",
{