From 5abf93f0e1a5ad9917518e0e8066e67a4b17cae7 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 18:48:49 +0400 Subject: feat(import): Rule "first" Signed-off-by: Valentin Popov --- src/rules/import.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules') diff --git a/src/rules/import.json b/src/rules/import.json index 152f009..c7b7dba 100644 --- a/src/rules/import.json +++ b/src/rules/import.json @@ -1,5 +1,8 @@ { "import/exports-last": [ "error" + ], + "import/first": [ + "error" ] } -- cgit v1.2.3