Skip to content

Commit

Permalink
chore: prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulydev committed Sep 17, 2024
1 parent 80836ee commit 056c3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"semi": false,
"singleQuote": false,
"bracketSpacing": true,
"useTabs": false
"useTabs": false,
"printWidth": 40
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"scripts": {
"build": "tsup",
"format": "prettier --write src/tokens/*.json"
"format": "prettier --write src/**/*.json"
},
"dependencies": {
"react": "^18.3.1",
Expand Down

0 comments on commit 056c3c3

Please sign in to comment.