Skip to content

Commit 87c99bf

Browse files
committed
style: Fix lint issues
1 parent cd9153c commit 87c99bf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

commitlint.config.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ module.exports = {
1515
"type-case": [2, "always", "lower-case"],
1616
"type-empty": [2, "never"],
1717
"type-enum": [
18-
2,
19-
"always",
20-
["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"],
21-
],
22-
},
18+
2, "always",
19+
["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"]
20+
]
21+
}
2322
};

0 commit comments

Comments
 (0)