File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 68
68
"src/*.ts" : [
69
69
" eslint --cache --fix" ,
70
70
" prettier --ignore-unknown --write"
71
+ ],
72
+ "*.md" : [
73
+ " prettier --ignore-unknown --write"
71
74
]
72
75
},
73
76
"scripts" : {
74
- "prettier:check" : " prettier --check src/**/*.ts deno/lib/**/*.ts --no-error-on-unmatched-pattern" ,
75
- "prettier:fix" : " prettier --write src/**/*.ts deno/lib/**/*.ts --ignore-unknown --no-error-on-unmatched-pattern" ,
77
+ "prettier:check" : " prettier --check src/**/*.ts deno/lib/**/*.ts *.md --no-error-on-unmatched-pattern" ,
78
+ "prettier:fix" : " prettier --write src/**/*.ts deno/lib/**/*.ts *.md --ignore-unknown --no-error-on-unmatched-pattern" ,
76
79
"lint:check" : " eslint --cache --ext .ts ./src" ,
77
80
"lint:fix" : " eslint --cache --fix --ext .ts ./src" ,
78
81
"check" : " yarn lint:check && yarn prettier:check" ,
You can’t perform that action at this time.
0 commit comments