18 lines
358 B
JSON
18 lines
358 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
"editor.formatOnSave": false,
|
||
|
"eslint.validate": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"astro", // Enable .astro
|
||
|
"typescript", // Enable .ts
|
||
|
"typescriptreact" // Enable .tsx
|
||
|
],
|
||
|
"i18n-ally.localesPaths": [
|
||
|
"src/locale",
|
||
|
"src/locale/lang"
|
||
|
]
|
||
|
}
|