Skip to content

Commit

Permalink
revert(commitlint): remove commitlint, revert 6eb015c
Browse files Browse the repository at this point in the history
- NOTE: `apm publish` does not support `--no-verify` flag to bypass commitlint
  • Loading branch information
liuderchi committed Mar 1, 2018
1 parent a152d12 commit 75bc24c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 651 deletions.
15 changes: 0 additions & 15 deletions .commitlintrc.yml

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "src/main.js",
"scripts": {
"eslint": "eslint ./src",
"test": "npm run eslint",
"commitmsg": "commitlint -e $GIT_PARAMS"
"test": "npm run eslint"
},
"repository": "https://github.com/liuderchi/ide-html",
"keywords": [
Expand All @@ -32,10 +31,7 @@
},
"homepage": "https://github.com/liuderchi/ide-html#readme",
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-angular": "^6.0.2",
"eslint": "^4.7.0",
"husky": "^0.14.3"
"eslint": "^4.7.0"
},
"dependencies": {
"atom-languageclient": "^0.9.1",
Expand Down
Loading

0 comments on commit 75bc24c

Please sign in to comment.