13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"prettier.useTabs": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"eslint.validate": [
|
|
"javascript"
|
|
],
|
|
"files.eol": "\n"
|
|
|
|
// "editor.formatOnSave": true,
|
|
// "eslint.format.enable": true
|
|
} |