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

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

View File

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