Skip to content

Commit f22e9f1

Browse files
authored
Merge pull request #3 from Rocketseat/jpedroschmitz-patch-1
chore: include style as a type-enum
2 parents 72f6bf6 + 6ca60dd commit f22e9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
rules: {
33
"type-case": [2, "always", "lower-case"],
4-
"type-enum": [2, "always", ["chore", "ci", "docs", "feat", "fix", "test"]],
4+
"type-enum": [2, "always", ["chore", "ci", "docs", "feat", "fix", "test", "style"]],
55
"subject-case": [2, "always", "sentence-case"],
66
"subject-max-length": [2, "always", 50],
77
"subject-empty": [2, "never"],
@@ -11,4 +11,4 @@
1111
"footer-leading-blank": [2, "always"],
1212
"footer-max-line-length": [2, "always", 72]
1313
}
14-
};
14+
};

0 commit comments

Comments
 (0)