diff options
Diffstat (limited to 'src/rules/import.json')
-rw-r--r-- | src/rules/import.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/rules/import.json b/src/rules/import.json deleted file mode 100644 index 77ec282..0000000 --- a/src/rules/import.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "import/exports-last": [ - "error" - ], - "import/first": [ - "error" - ], - "import/newline-after-import": [ - "error", - { - "count": 1 - } - ], - "import/no-webpack-loader-syntax": [ - "error" - ] -} |