mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-22 06:17:29 +08:00
fix: tailwindcss v4 build
This commit is contained in:
22
.commitlintrc.json
Normal file
22
.commitlintrc.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"extends": ["@commitlint/config-conventional"],
|
||||||
|
"rules": {
|
||||||
|
"type-enum": [
|
||||||
|
2,
|
||||||
|
"always",
|
||||||
|
[
|
||||||
|
"feat",
|
||||||
|
"fix",
|
||||||
|
"docs",
|
||||||
|
"chore",
|
||||||
|
"style",
|
||||||
|
"refactor",
|
||||||
|
"ci",
|
||||||
|
"test",
|
||||||
|
"perf",
|
||||||
|
"revert",
|
||||||
|
"vercel"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user