Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba22dbc commit e263d49Copy full SHA for e263d49
template/config/prettier/package.json
@@ -1,5 +1,7 @@
1
{
2
- "format": "prettier --write src/",
+ "scripts": {
3
+ "format": "prettier --write src/"
4
+ },
5
"devDependencies": {
6
"prettier": "3.5.3"
7
}
0 commit comments