Files
srjuggernaut-panda-preset/commitlint.config.ts
SrJuggernaut 88be319334 chore: initial commit
I just realized i was using this without commiting it, so this is a very big commit
2025-08-31 19:43:26 -06:00

8 lines
174 B
TypeScript

import type { UserConfig } from '@commitlint/types'
const commitlintConfig: UserConfig = {
extends: ['@commitlint/config-conventional']
}
export default commitlintConfig