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': {