Skip to content

Commit 44de3f3

Browse files
authored
Merge pull request #447 from webstackdev/bugfix/types-for-stylelint-config
Add types for stylelint config
2 parents 5ea137a + 6a1aa67 commit 44de3f3

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)