mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
10 lines
217 B
JSON
10 lines
217 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"astro", // Enable .astro
|
|
"typescript", // Enable .ts
|
|
"typescriptreact" // Enable .tsx
|
|
],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
}
|