summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/eslint.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index cf4bd4b..3c5b9ea 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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"
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 419a068..b3ecd7e 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -6,6 +6,9 @@
"indent-legacy": [
"off"
],
+ "lines-around-directive": [
+ "off"
+ ],
"no-tabs": [
"error",
{