Skip to content

Commit

Permalink
feat: eslint 分号规则
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchch6 committed Jun 9, 2020
1 parent bd31b6c commit 0e669a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ module.exports = {
"ecmaVersion": 2018
},
"rules": {
'semi': 0
}
};

0 comments on commit 0e669a2

Please sign in to comment.