mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-21 17:24:41 +08:00
Revert "feat: upgrade tailwindcss v4"
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
extends: ["@commitlint/config-conventional"],
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
// TODO Add Scope Enum Here
|
||||
// 'scope-enum': [2, 'always', ['yourscope', 'yourscope']],
|
||||
"type-enum": [
|
||||
'type-enum': [
|
||||
2,
|
||||
"always",
|
||||
'always',
|
||||
[
|
||||
"feat",
|
||||
"fix",
|
||||
"docs",
|
||||
"chore",
|
||||
"style",
|
||||
"refactor",
|
||||
"ci",
|
||||
"test",
|
||||
"perf",
|
||||
"revert",
|
||||
"vercel",
|
||||
'feat',
|
||||
'fix',
|
||||
'docs',
|
||||
'chore',
|
||||
'style',
|
||||
'refactor',
|
||||
'ci',
|
||||
'test',
|
||||
'perf',
|
||||
'revert',
|
||||
'vercel',
|
||||
],
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user