shadcn-vue/.vscode/settings.json
Mukund Shah f70bef32b2
chore: organize codebase (#2)
* chore: add github issue and pr templates

* chore: add vscode specific extension recommendation and settings

* chore: cleanup

* chore: update gitignore
2023-08-23 11:15:21 +08:00

22 lines
356 B
JSON

{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"markdown",
"json",
"jsonc",
"yaml"
]
}