16 lines
371 B
JSON
16 lines
371 B
JSON
|
{
|
||
|
"editor.bracketPairColorization.enabled": true,
|
||
|
"editor.guides.bracketPairs": true,
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"editor.codeActionsOnSave": [
|
||
|
"source.fixAll.eslint"
|
||
|
],
|
||
|
"eslint.validate": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"vue"
|
||
|
],
|
||
|
"jest.jestCommandLine": "jest"
|
||
|
}
|