Skip to content

Commit 7d0e5be

Browse files
committed
Fix formatting check
1 parent 77bfb89 commit 7d0e5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"main": "lib/main.js",
77
"scripts": {
88
"build": "tsc --project tsconfig.app.json",
9-
"format": "prettier --write --ignore-unknown **/*.{md,json,yml,ts}",
10-
"format-check": "prettier --check --ignore-unknown **/*.{md,json,yml,ts}",
9+
"format": "prettier --write --ignore-unknown **/*.{json,yml,ts}",
10+
"format-check": "prettier --check --ignore-unknown **/*.{json,yml,ts}",
1111
"lint": "eslint src/**/*.ts",
1212
"lint:fix": "eslint src/**/*.ts --fix",
1313
"lint:all": "npm run format-check && npm run lint",

0 commit comments

Comments
 (0)