mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"files.eol": "\n",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"astro"
|
|
],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[javascript][javascriptreact][typescript][typescriptreact][astro]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
}
|