Skip to content

Commit 35c54c9

Browse files
chore: include md in pickier lint extensions
1 parent 548109f commit 35c54c9

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
@@ -18,7 +18,7 @@ const config: PickierConfig = {
1818
],
1919

2020
lint: {
21-
extensions: ['ts', 'js'],
21+
extensions: ['ts', 'js', 'md'],
2222
reporter: 'stylish',
2323
cache: false,
2424
maxWarnings: -1,

0 commit comments

Comments
 (0)