Updating linting to always exclude .vue
This commit is contained in:
parent
b0075d6fd0
commit
63596a71a6
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ module.exports = {
|
|||
},
|
||||
svg: 'always',
|
||||
math: 'always'
|
||||
}]
|
||||
}],
|
||||
'import/extensions': ['error', 'always', { vue: 'never' }]
|
||||
},
|
||||
settings: {
|
||||
'import/resolver': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue