We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee1971 commit f96169eCopy full SHA for f96169e
src/index.ts
@@ -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