aboutsummaryrefslogtreecommitdiffstats
path: root/src/elements/HtmlNode.js
Commit message (Collapse)AuthorAgeFilesLines
* Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-251-1/+1
| | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default
* added possibility to pass attribues into a constructor like: `new ↵Ulrich-Matthias Schäfer2018-11-081-5/+1
| | | | SVG.Rect({width:100})`
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+10