From 22be9dbccf26b2d43030c93e542f79e52f3634a3 Mon Sep 17 00:00:00 2001 From: Sam Schloegel Date: Mon, 3 Jan 2022 15:20:00 -0500 Subject: [PATCH] Disable import/extensions rule to match convention --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index dd68d84..bafee3f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,5 +15,6 @@ module.exports = { 'no-console': 'off', 'no-alert': 'off', 'no-plusplus': 'off', + 'import/extensions': 'off', }, };