14 lines
316 B
JSON
Executable File
14 lines
316 B
JSON
Executable File
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"dotenv.enableAutocloaking": false,
|
|
"jest.autoRun": {
|
|
"watch": false,
|
|
"onSave": "test-file"
|
|
}
|
|
}
|