Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jul 25, 2024
1 parent 9784b62 commit 165ca37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [
[
"@fn-sphere/*"
]
],
"linked": [["@fn-sphere/*"]],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
}
5 changes: 4 additions & 1 deletion .vscode/settings.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"testing.automaticallyOpenPeekView": "never"
"testing.automaticallyOpenPeekView": "never",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 165ca37

Please sign in to comment.