Skip to content

Commit

Permalink
chore: revert .vscode/settings.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Casillas committed Feb 7, 2025
1 parent e5cccef commit 3fc2282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default defineConfig({
'@tiptap/extension-paragraph': path.join(__dirname, 'packages/extension-paragraph/src'),
'@tiptap/extension-text': path.join(__dirname, 'packages/extension-text/src'),
},
preserveSymlinks: true,

},
}) satisfies UserConfig

0 comments on commit 3fc2282

Please sign in to comment.