UNPKG

@kitschpatrol/eslint-config

Version:
29 lines (28 loc) 510 B
{ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, "eslint.enable": true, "eslint.runtime": "node", "eslint.useFlatConfig": true, "eslint.validate": [ "astro", "html", "javascript", "javascriptreact", "json", "json5", "jsonc", "markdown", "mdx", "svelte", "toml", "typescript", "typescriptreact", "xml", "yaml" ], "js/ts.tsdk.path": "node_modules/typescript/lib", "js/ts.tsdk.promptToUseWorkspaceVersion": true }