Klortho / d3-flextree

Flexible tree layout algorithm that allows for variable node sizes
https://klortho.github.io/d3-flextree/
Do What The F*ck You Want To Public License
327 stars 45 forks source link

added semi-colons to fix eslint errors #22

Closed eckseller closed 3 years ago

eckseller commented 3 years ago

Webpack 5 spits out 2 errors when running a project with d3-flextree, due to eslint having strict "Error" "Always" in the eslint config file in d3-flextree repo.

Fixed by adding semi-colons in appropriate places at end of code statements.

package-lock.json updated dependencies also after running npm install and checking all tests still pass successfully. Also checked demo project trees still match as expected using vs code live-server

eckseller commented 3 years ago

Want to remove changes to package-lock.json as not necessary and recreate pull request