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
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