Skip to content

Commit 8aea446

Browse files
committed
fixed package.json
1 parent 99f1095 commit 8aea446

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
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"format:check": "prettier --check apps/{frontend,backend}/src/**/*.{js,ts,tsx}",
7-
"format": "prettier --write apps/{frontend,backend}/src/**/*.{js,ts,tsx}",
6+
"format:check": "prettier --no-error-on-unmatched-pattern --check apps/{frontend,backend}/src/**/*.{js,ts,tsx}",
7+
"format": "prettier --no-error-on-unmatched-pattern --write apps/{frontend,backend}/src/**/*.{js,ts,tsx}",
88
"lint:check": "eslint apps/frontend --ext .ts,.tsx && eslint apps/backend --ext .ts,.tsx",
99
"lint": "eslint apps/frontend --ext .ts,.tsx --fix && eslint apps/backend --ext .ts,.tsx --fix",
1010
"prepush": "yarn run format:check && yarn run lint:check",

0 commit comments

Comments
 (0)