Add eslint
This commit is contained in:
parent
9a43dd584f
commit
d7b5ec15d1
3 changed files with 586 additions and 13 deletions
13
.eslintrc.js
Normal file
13
.eslintrc.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
'env': {
|
||||
'browser': true,
|
||||
'es6': true
|
||||
},
|
||||
'extends': [
|
||||
'eslint:recommended',
|
||||
'plugin:vue/recommended'
|
||||
],
|
||||
'plugins': [
|
||||
'vue'
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue