From d28e9d909b4e1aa9059c668453da7d8dc2f0b6f0 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 12:45:20 +0400 Subject: feat(project): Refactoring directories Signed-off-by: Valentin Popov --- src/rules/import/default.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/rules/import/default.json (limited to 'src/rules/import') 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" + ] +} -- cgit v1.2.3