{
	"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
}
