Skip to content

Commit f96169e

Browse files
committed
feat: add entry files
1 parent 0ee1971 commit f96169e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/index.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { defineConfig } from './define-config'
2+
3+
export * from './define-config'
4+
export type * from './types'
5+
export type * from './rules/rule-config'
6+
export type * from './rules/stylelint'
7+
export type * from './config'
8+
export type * from './utils'
9+
10+
export type { CustomSyntax } from './config/customSyntax'
11+
export type { CustomPlugins } from './config/plugins'
12+
export type { CustomRuleOptions } from './rules'
13+
export type { CustomExtends } from './config/extends'
14+
15+
export default defineConfig

0 commit comments

Comments
 (0)