File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
## Installation
23
23
24
+ ``` shell
25
+ # bun
26
+ bun i -D @archoleat/commitlint-define-config
27
+ ```
28
+
24
29
``` shell
25
30
# pnpm
26
31
pnpm i -D @archoleat/commitlint-define-config
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import typescript from '@rollup/plugin-typescript';
7
7
8
8
const sourceFolder = 'src' ;
9
9
10
- const fileName = 'index' ;
11
10
const fileFormat = 'es' ;
11
+ const fileName = 'index' ;
12
12
13
- const indexFile = `${ fileName } .ts` ;
14
13
const declarationFile = `${ fileName } .d.ts` ;
14
+ const indexFile = `${ fileName } .ts` ;
15
15
const outputFile = `${ fileName } .js` ;
16
16
17
17
export default defineConfig ( [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { UserConfig } from '@commitlint/types';
3
3
/**
4
4
* Define an Commitlint config.
5
5
*
6
- * @param {object } config Commitlint config .
6
+ * @param {object } config Commitlint.
7
7
*
8
8
* @returns Commitlint config.
9
9
*/
You can’t perform that action at this time.
0 commit comments