style: Prettify

This commit is contained in:
Mariusz Nowak
2024-05-23 21:55:17 +02:00
parent 924f92bad2
commit fe3e4922a7
41 changed files with 2548 additions and 3000 deletions

View File

@@ -16,7 +16,7 @@ module.exports = {
"type-empty": [2, "never"],
"type-enum": [
2, "always",
["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"]
]
}
["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"],
],
},
};