mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 22:59:01 +08:00
32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
|
|
// Auto fix
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "never"
|
|
},
|
|
|
|
// Enable eslint for all supported languages
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"markdown",
|
|
"json",
|
|
"jsonc"
|
|
],
|
|
"common-intellisense.ui": [
|
|
"naiveUi2"
|
|
],
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#233212",
|
|
"titleBar.activeBackground": "#314619",
|
|
"titleBar.activeForeground": "#F9FCF6"
|
|
}
|
|
}
|