@shiari/xplane-node-udp-client
Version:
X-Plane Legacy UDP client module for node applications
15 lines (14 loc) • 329 B
JSON
{
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"prettier.disableLanguages": ["javascript"],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.implicitProjectConfig.checkJs": true
}