{ "cSpell.words": [ "antfu", "astro", "Attributify", "iconify", "katex", "pangu", "pjts" ], "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, // Enable the ESlint flat config support "eslint.experimental.useFlatConfig": true, // The following is optional. // It's better to put under project setting `.vscode/settings.json` // to avoid conflicts with working with different eslint configs // that does not support all formats. "eslint.validate": [ "javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "html", "json", "jsonc", ] }