node-red / nrlint

Node-RED Flow Linter
Apache License 2.0
36 stars 15 forks source link

Replace eslint4b with eslint-linter-browserify #39

Closed knolleary closed 1 year ago

knolleary commented 1 year ago

Given the known issues with eslint4b (#38 #36 ) and that it is unmaintained, this PR moves over to eslint-linter-browserify instead.

It has been a fairly seamless transition. Had to add a let window; to the top of the webpacked version as it would complain about it being undefined otherwise - because we run in a WebWorker.

But I have verified the hang in #36 doesn't happen and my sniff testing of other lint rules looks good. Test in browser and CLI.