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.
defineConfig
1 parent 9db75db commit 9be8471Copy full SHA for 9be8471
src/define-config.ts
@@ -0,0 +1,11 @@
1
+import type { StylelintConfig } from './config'
2
+
3
+/**
4
+ * Define a Stylelint config.
5
+ *
6
+ * @param config - Stylelint config
7
+ * @returns Stylelint config
8
+ */
9
+export function defineConfig(config: StylelintConfig) {
10
+ return config
11
+}
0 commit comments