From 65edf32496c0bc7795061bc5f7bdb9d66b7faaf2 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Sat, 28 Jan 2023 15:35:35 -0800 Subject: [PATCH] Add import/extensions rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 1dcf51d..d1a4d2a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,7 @@ "extends": ["standard", "prettier"], "rules": { "no-console": "warn", + "import/extensions": ["error", "ignorePackages"], "sort-imports": [ "warn", {