mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-23 20:21:06 -05:00
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"[javascript]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
"eslint.enable": true,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
} |