Skip to content

Commit

Permalink
fix: prettier expression in script section
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimanzurrashid committed Oct 2, 2022
1 parent 2d83925 commit 93bc380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"prepare": "husky install",
"compile": "tsc --noEmit",
"format": "prettier --write ./src/**/*.{ts,js,json}",
"format": "prettier --write ./src/**/*",
"lint": "eslint ./ --fix",
"test": "jest",
"coverage": "jest --coverage",
Expand Down

0 comments on commit 93bc380

Please sign in to comment.