mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
chore(projects): use eslint flat config & update config
This commit is contained in:
65
.vscode/settings.json
vendored
65
.vscode/settings.json
vendored
@ -1,70 +1,17 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"apifox",
|
||||
"clickoutside",
|
||||
"clsx",
|
||||
"colord",
|
||||
"consola",
|
||||
"Destructurable",
|
||||
"EDITMSG",
|
||||
"espree",
|
||||
"execa",
|
||||
"gitee",
|
||||
"gridicons",
|
||||
"heroicons",
|
||||
"HEXA",
|
||||
"hexcode",
|
||||
"iconify",
|
||||
"INDEXEDDB",
|
||||
"jiti",
|
||||
"kolorist",
|
||||
"Laba",
|
||||
"localforage",
|
||||
"LOCALSTORAGE",
|
||||
"majesticons",
|
||||
"MEDZ",
|
||||
"nocheck",
|
||||
"nprogress",
|
||||
"ofetch",
|
||||
"pickr",
|
||||
"preflights",
|
||||
"sider",
|
||||
"simonwep",
|
||||
"simplebar",
|
||||
"tada",
|
||||
"tauri",
|
||||
"Uncapitalize",
|
||||
"unocss",
|
||||
"unplugin",
|
||||
"VITE",
|
||||
"vitepress",
|
||||
"vueuse",
|
||||
"WEBSQL",
|
||||
"wechat"
|
||||
],
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.organizeImports": "never"
|
||||
},
|
||||
"editor.fontLigatures": true,
|
||||
"eslint.experimental.useFlatConfig": true,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
"editor.tabSize": 2,
|
||||
"files.associations": {
|
||||
"*.env.*": "dotenv",
|
||||
"*.svg": "html"
|
||||
},
|
||||
"files.eol": "\n",
|
||||
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
|
||||
"i18n-ally.displayLanguage": "zh-cn",
|
||||
"i18n-ally.enabledParsers": ["ts"],
|
||||
"i18n-ally.enabledFrameworks": ["vue"],
|
||||
"i18n-ally.editor.preferEditor": true,
|
||||
"i18n-ally.keystyle": "nested",
|
||||
"i18n-ally.localesPaths": ["src/locales/lang"],
|
||||
"unocss.root": ["./"],
|
||||
"[html][css][less][scss][sass][markdown][yaml][yml][json][jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
"prettier.enable": false,
|
||||
"unocss.root": ["./"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user