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