Skip to content

Commit 4c94ce0

Browse files
chore: include md in pickier lint extensions
1 parent 922f6f3 commit 4c94ce0

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
@@ -5,7 +5,7 @@ const config: PickierConfig = {
55
ignores: ['**/node_modules/**', '**/dist/**', '**/build/**', '**/.test-cli/**', '**/test/fixtures/**', '**/profiler.ts', '**/profiler-deep.ts', ],
66

77
lint: {
8-
extensions: ['ts', 'js'],
8+
extensions: ['ts', 'js', 'md'],
99
reporter: 'stylish',
1010
cache: false,
1111
maxWarnings: 2,

0 commit comments

Comments
 (0)