Skip to content

Commit

Permalink
chore: upgrade eslint-config-prettier (#11037)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 15, 2023
1 parent e785ac5 commit c9447cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-glasses-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

chore: upgrade eslint-config-prettier
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"eslint-config-prettier": "^8.5.0"
"eslint-config-prettier": "^9.0.0"
},
"scripts": {
"lint": "prettier --check . && eslint .",
Expand Down

0 comments on commit c9447cf

Please sign in to comment.