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