chore: add commitlint config declaration (#7968)

* fix: catelog

* fix: system

* chore: sync upstream changes

* types: add commitlint config declaration
pull/355/head^2
afe1 2026-05-28 15:50:47 +08:00 committed by GitHub
parent 1d6842fa69
commit 108d7ff335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// eslint-disable-next-line n/no-extraneous-import
import type { UserConfig } from '@commitlint/types';
declare const userConfig: UserConfig;
export default userConfig;

View File

@ -18,6 +18,7 @@
"module": "./index.mjs",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"default": "./index.mjs"
}