Skip to content

Commit f8181d9

Browse files
chore: include md in pickier lint extensions
1 parent 13a09df commit f8181d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/pickier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: PickierConfig = {
1616
],
1717

1818
lint: {
19-
extensions: ['ts', 'js'],
19+
extensions: ['ts', 'js', 'md'],
2020
reporter: 'stylish',
2121
cache: false,
2222
maxWarnings: -1,

0 commit comments

Comments
 (0)