Skip to content

Commit d067acc

Browse files
committed
Fix formatter
1 parent 432a9f5 commit d067acc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"test": "exit 0",
99
"format": "prettier --write \"**/*.{ts,tsx}\"",
1010
"format-scss": "stylelint \"**/*.scss\" --fix",
11-
"format-staged": "lint-staged",
12-
"precommit": "no-master-commits -b main"
11+
"format-staged": "lint-staged"
1312
},
1413
"peerDependencies": {},
1514
"dependencies": {},
@@ -20,10 +19,10 @@
2019
],
2120
"lint-staged": {
2221
"*.{ts,tsx}": [
23-
"prettier --write"
22+
"prettier --write \"**/*.{ts,tsx}\""
2423
],
2524
"*.scss": [
26-
"stylelint --fix"
25+
"stylelint \"**/*.scss\" --fix"
2726
]
2827
}
2928
}

0 commit comments

Comments
 (0)