mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
8 lines
165 B
JSON
8 lines
165 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": "explicit"
|
||
|
}
|
||
|
}
|