We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d0a59b + 5a64970 commit 9ff88d9Copy full SHA for 9ff88d9
commitlint.config.js
@@ -0,0 +1,16 @@
1
+export default {
2
+ extends: ["@commitlint/config-angular"],
3
+ rules: {
4
+ "scope-empty": [2, "never"],
5
+ "subject-empty": [2, "never"],
6
+ "subject-max-length": [0],
7
+ "body-leading-blank": [0],
8
+ "footer-leading-blank": [0],
9
+ "header-max-length": [0],
10
+ "scope-case": [0],
11
+ "subject-case": [0],
12
+ "subject-full-stop": [0],
13
+ "type-case": [0],
14
+ "type-empty": [0],
15
+ },
16
+}
0 commit comments