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 bac6fe9 commit 5f9ee00Copy full SHA for 5f9ee00
lib/index.d.ts
@@ -0,0 +1,7 @@
1
+import type { Extends, Plugins, RuleOptions } from './types'
2
+
3
+declare module 'stylelint-define-config' {
4
+ export interface CustomPlugins extends Plugins { }
5
+ export interface CustomExtends extends Extends { }
6
+ export interface CustomRuleOptions extends RuleOptions { }
7
+}
0 commit comments