Skip to content

Commit

Permalink
Add Angular Config for CommitLint (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Sep 23, 2017
1 parent 1eb96be commit 5538bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-angular']
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@angular/platform-browser-dynamic": "^4.3.6",
"@angular/platform-server": "^4.3.6",
"@commitlint/cli": "^3.1.3",
"@commitlint/config-angular": "^3.1.1",
"@types/graphql": "^0.10.2",
"@types/jest": "^19.2.2",
"@types/node": "^6.0.59",
Expand Down Expand Up @@ -97,4 +98,4 @@
"json"
]
}
}
}

0 comments on commit 5538bea

Please sign in to comment.