chore: add commitlint config declaration (#7968)
* fix: catelog * fix: system * chore: sync upstream changes * types: add commitlint config declarationpull/355/head^2
parent
1d6842fa69
commit
108d7ff335
|
|
@ -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;
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
"module": "./index.mjs",
|
"module": "./index.mjs",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"types": "./index.d.ts",
|
||||||
"import": "./index.mjs",
|
"import": "./index.mjs",
|
||||||
"default": "./index.mjs"
|
"default": "./index.mjs"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue