Skip to content

Commit

Permalink
test: eslint修改
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwmg committed Dec 27, 2019
1 parent e8bd327 commit a796ec1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module.exports = {
root:true,//
root:true,
env: {
browser: true,
es6: true,
},
extends: [
'plugin:vue/base',
'standard',//由于团队实现eslint规范初期可能需要修改的地方比较多
'standard',
],
globals: {
Atomics: 'readonly',
Expand All @@ -17,8 +16,6 @@ module.exports = {
parser:'babel-eslint'
},
rules: {
'vue/comment-directive': 'off',
'vue/jsx-uses-vars': 'off',
'semi':[2,'always']
}
}

0 comments on commit a796ec1

Please sign in to comment.