chore: environment initial setup
This commit is contained in:
7
.commitlintrc.ts
Normal file
7
.commitlintrc.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { UserConfig } from "@commitlint/types"
|
||||
|
||||
const commitlintConfig: UserConfig = {
|
||||
extends: ["@commitlint/config-conventional"]
|
||||
}
|
||||
|
||||
export default commitlintConfig
|
||||
Reference in New Issue
Block a user