Skip to content

Commit 6a1aa67

Browse files
committed
Add types for stylelint config
1 parent 3f21712 commit 6a1aa67

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module 'stylelint-config-standard' {
2+
import type { Config } from 'stylelint'
3+
const config: Config
4+
export default config
5+
}

0 commit comments

Comments
 (0)