9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"files.eol": "\n",
|
|
"editor.formatOnSave": false,
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
}
|