Skip to content

Commit

Permalink
chore(config): moving prettier script inside the script section
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli authored and cexbrayat committed Mar 9, 2025
1 parent ba22dbc commit e263d49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/config/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"format": "prettier --write src/",
"scripts": {
"format": "prettier --write src/"
},
"devDependencies": {
"prettier": "3.5.3"
}
Expand Down

0 comments on commit e263d49

Please sign in to comment.