add vue extension
This commit is contained in:
parent
9308674bd6
commit
4e7997afe0
4
index.js
4
index.js
@ -24,10 +24,10 @@ module.exports = {
|
||||
},
|
||||
|
||||
settings: {
|
||||
'import/extensions': ['.js', '.jsx', '.ts', '.tsx', '.mjs'],
|
||||
'import/extensions': ['.js', '.jsx', '.ts', '.tsx', '.mjs', '.vue'],
|
||||
'import/resolver': {
|
||||
node: {
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx', '.mjs']
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx', '.mjs', '.vue']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user