From 63596a71a6578d51550bf0cd9c38903893010c4c Mon Sep 17 00:00:00 2001 From: brydon1 Date: Wed, 12 Jul 2023 14:16:26 -0400 Subject: [PATCH] Updating linting to always exclude .vue --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 706c027e..0d53a39d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,7 +32,8 @@ module.exports = { }, svg: 'always', math: 'always' - }] + }], + 'import/extensions': ['error', 'always', { vue: 'never' }] }, settings: { 'import/resolver': {