Skip to content

Commit

Permalink
Tweak prettier arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Feb 24, 2024
1 parent 056cbf9 commit 8c48289
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 @@ -28,7 +28,7 @@
"lint": "xola-lint src --ignore src/stories",
"lint:fix": "xola-lint src --fix --ignore src/stories",
"lint:report": "xola-lint src --ignore src/stories --reporter=json src > eslint_report.json",
"format": "prettier --write src",
"format": "prettier -l --write src",
"test": "jest",
"chromatic": "chromatic --exit-zero-on-changes --build-script-name build:storybook"
},
Expand Down

0 comments on commit 8c48289

Please sign in to comment.