Skip to content

Commit

Permalink
Fix format command usages
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Oct 7, 2023
1 parent 08936e5 commit a060b5d
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 @@ -11,7 +11,7 @@
"scripts": {
"build": "bazel build //...",
"test": "bazel test //...",
"format": "npm run lint:css:fix && npm run lint:js:fix && npm run prettier:fix",
"format": "npm run lint:fix && npm run prettier:fix",
"lint": "npm run lint:js && npm run lint:css",
"lint:fix": "npm run lint:js:fix && npm run lint:css:fix",
"lint:js": "npx eslint \"./ui/**/*.{js,jsx,ts,tsx}\"",
Expand Down

0 comments on commit a060b5d

Please sign in to comment.