plotly.js
Version:
The open source javascript graphing library that powers plotly
13 lines (12 loc) • 352 B
JSON
{
"editor.formatOnType": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"eslint.format.enable": true,
"prettier.enable": false,
"editor.formatOnSave": true,
"eslint.codeActionsOnSave.rules": null,
"eslint.run": "onSave",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}