@kitschpatrol/eslint-config
Version:
ESLint configuration for @kitschpatrol/shared-config.
29 lines (28 loc) • 504 B
JSON
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"eslint.enable": true,
"eslint.runtime": "node",
"eslint.validate": [
"astro",
"html",
"javascript",
"javascriptreact",
"json",
"json5",
"jsonc",
"markdown",
"mdx",
"svelte",
"toml",
"typescript",
"typescriptreact",
"xml",
"yaml"
],
"eslint.useFlatConfig": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}