Skip to content

Commit ef8b338

Browse files
chore: add support for additional file types in ESLint validation
1 parent 77c8794 commit ef8b338

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/settings.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
"markdown",
3838
"json",
3939
"jsonc",
40-
"yaml"
40+
"yaml",
41+
"toml",
42+
"xml",
43+
"gql",
44+
"graphql",
45+
"astro",
46+
"svelte",
47+
"css",
48+
"less",
49+
"scss",
50+
"pcss",
51+
"postcss"
4152
]
4253
}

0 commit comments

Comments
 (0)