fix: update gitignore and vscode settings.json

This commit is contained in:
ndom91 2024-06-28 12:45:26 +02:00
parent e8c36f10db
commit d5e73ed8df
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ playwright-report
# storybook
*storybook.log
storybook-static

View File

@ -1,9 +1,9 @@
{
"eslint.useFlatConfig": true,
"eslint.validate": ["svelte"],
"eslint.workingDirectories": ["app"],
"eslint.workingDirectories": ["."],
"svelte.enable-ts-plugin": true,
"prettier.configPath": "app/.prettierrc.js",
"prettier.configPath": ".prettierrc.mjs",
"prettier.useEditorConfig": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[rust]": {