Skip to content

Commit

Permalink
chore: remove commitmsg linting
Browse files Browse the repository at this point in the history
Since all contributions are handled via PR (squash merge), there is no reason to enforce contributors to use the convention in their working branch.
  • Loading branch information
gajus committed Feb 27, 2017
1 parent 751ac95 commit 0f23196
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -32,7 +32,6 @@
"documentation": "gitdown ./.README/README.md --output-file ./README.md; npm run documentation-add-assertions",
"create-index": "create-index ./src --update-index",
"precommit": "npm run lint && npm run test && npm run format-json",
"commitmsg": "conventional-changelog-lint -e",
"format-json": "jsonlint --sort-keys --in-place --indent ' ' ./src/configs/recommended.json && echo '' >> ./src/configs/recommended.json"
},
"devDependencies": {
Expand All @@ -43,7 +42,6 @@
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"conventional-changelog-lint": "^1.0.1",
"create-index": "^0.1.3",
"eslint": "^3.16.0",
"eslint-config-canonical": "1.8.1",
Expand Down

0 comments on commit 0f23196

Please sign in to comment.