Skip to content

Commit 72f4c8d

Browse files
committed
feat: add entry types
1 parent 7134070 commit 72f4c8d

File tree

2 files changed

+685
-0
lines changed

2 files changed

+685
-0
lines changed

lib/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)