Skip to content

Commit 5f9ee00

Browse files
committed
feat: add entry types
1 parent bac6fe9 commit 5f9ee00

File tree

2 files changed

+627
-0
lines changed

2 files changed

+627
-0
lines changed

lib/index.d.ts

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

Comments
 (0)