creature-features
Version:
Feature flags for node.js
14 lines • 326 B
JSON
{
"eslint.autoFixOnSave": true,
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#01a117",
"titleBar.inactiveBackground": "#01a11688"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}