Updating linting to always exclude .vue

This commit is contained in:
brydon1 2023-07-12 14:16:26 -04:00
parent b0075d6fd0
commit 63596a71a6

View file

@ -32,7 +32,8 @@ module.exports = {
},
svg: 'always',
math: 'always'
}]
}],
'import/extensions': ['error', 'always', { vue: 'never' }]
},
settings: {
'import/resolver': {