Skip to content

Commit 2e51bcf

Browse files
committedNov 22, 2020
Also check *.json and *.md with prettier
1 parent 52ba75d commit 2e51bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {
1717
"coverage": "NODE_ENV=coverage nyc --reporter lcov --reporter text mocha",
18-
"lint": "eslint . && prettier --check '**/*.js'",
18+
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
1919
"test": "mocha"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.