rozbehnutá apka
This commit is contained in:
Vendored
-14
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"vue.volar",
|
||||
"vue.vscode-typescript-vue-plugin",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"EditorConfig.EditorConfig",
|
||||
"Nuxt.mdc",
|
||||
"lokalise.i18n-ally",
|
||||
"vitest.explorer",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
Vendored
+5
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
"source.fixAll.eslint": "always"
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
@@ -34,15 +34,16 @@
|
||||
"**/.pnpm-store/**": true,
|
||||
"**/coverage/**": true,
|
||||
"**/dist/**": true,
|
||||
"**/node_modules/**": true
|
||||
"**/node_modules/**": false
|
||||
},
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"vue"
|
||||
],
|
||||
"js/ts.tsdk.path": "node_modules/typescript/lib",
|
||||
"vue.server.hybridMode": false,
|
||||
"json.schemaDownload.trustedDomains": {
|
||||
"https://raw.githubusercontent.com/DavidAnson/markdownlint/": true
|
||||
},
|
||||
@@ -69,4 +70,4 @@
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"files.eol": "\n"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user