Skip to content

Commit

Permalink
feat: enable semi rule (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
temper357 authored and imsobear committed Sep 24, 2019
1 parent 679d022 commit 1fdca70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ module.exports = {
"no-return-await": 0,
// 禁止 ++ --: 取消
"no-plusplus": 0,
// 强制语句结尾必须加逗号:开启
"semi": ["error", "always"],
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/spec",
"version": "0.1.7",
"version": "0.1.8",
"description": "eslint/stylelint/editorconfig",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1fdca70

Please sign in to comment.