Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Dec 2, 2024
1 parent 447d890 commit d3c1181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"build": "npm run extract && tsc && webpack --config webpack.client.cjs",
"clean": "rimraf lib",
"prune": "rimraf .cache coverage lib node_modules package-lock.json",
"format": "prettier --check src/** client/**",
"format:write": "prettier --write src/** client/**",
"format": "prettier --check src/** client/**/*.ts",
"format:write": "prettier --write src/** client/**/*.ts",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint --fix src --ext .ts,.tsx",
"extract": "extract version name src/const.ts",
Expand Down

0 comments on commit d3c1181

Please sign in to comment.