第一次提交
This commit is contained in:
23
.eslintrc.js
Normal file
23
.eslintrc.js
Normal file
@@ -0,0 +1,23 @@
|
||||
module.export = {
|
||||
rout: true,
|
||||
env: {
|
||||
browser: true,
|
||||
node: true
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 6,
|
||||
sourceType: "module",
|
||||
parser: 'babel-eslint'
|
||||
},
|
||||
eslintConfig: {
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
extends: [
|
||||
'plugin:vue/recommended'
|
||||
],
|
||||
plugins: [
|
||||
"prettier"
|
||||
],
|
||||
// 添加自定义规则
|
||||
rules: {}
|
||||
}
|
||||
Reference in New Issue
Block a user