Skip to content

Commit 5ea5526

Browse files
committed
Update prettier for excluding markdown from checks.
1 parent 26a9cf7 commit 5ea5526

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"build": "tsc",
77
"test": "jest",
88
"lint": "eslint .",
9-
"format": "prettier --check .",
10-
"format:fix": "prettier --write ."
9+
"format": "prettier --check \"**/*.{ts,js,json}\"",
10+
"format:fix": "prettier --write \"**/*.{ts,js,json}\""
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)