UNPKG

svgdom

Version:

Straightforward DOM implementation for SVG, HTML and XML

20 lines 449 B
{ "editor.tabSize": 2, "editor.renderWhitespace": "all", "editor.formatOnSave": false, "eslint.enable": true, "eslint.quiet": true, "eslint.validate": [ "javascript" ], "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "eslint.alwaysShowStatus": true, "editor.renderControlCharacters": true, "editor.insertSpaces": true, "[javascript]": { "files.encoding": "utf8", "files.eol": "\n" }, }