Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from PSDTools/dependabot/npm_and_yarn/prettier…
Browse files Browse the repository at this point in the history
…-3.2.4

chore(deps-dev): bump prettier from 3.2.1 to 3.2.4
  • Loading branch information
lishaduck authored Jan 19, 2024
2 parents 1281c48 + 2466448 commit b23f17b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
"trailingComma": "all",
"singleQuote": false,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"overrides": [
{
"files": ".prettierrc",
"files": [".prettierrc"],
"options": {
"parser": "json"
}
},
{
"files": ["tsconfig.json"],
"options": {
"trailingComma": "none"
}
}
]
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-config-sheriff": "^18.1.0",
"eslint-define-config": "^2.1.0",
"lightningcss": "^1.22.1",
"prettier": "3.2.1",
"prettier": "3.2.4",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.11",
Expand Down

0 comments on commit b23f17b

Please sign in to comment.