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