FlowFuse / flow-renderer

Apache License 2.0
5 stars 0 forks source link

Add linting #11

Open Steve-Mcl opened 5 months ago

Steve-Mcl commented 5 months ago

Description

Add standard eslint to the package.

Some of the code (imported directly from Node-RED) will likely need block exceptions e.g.

ESLint supports block comments /* eslint-disable */ to disable all rules for a block of code until /* eslint-enable */ is encountered

Epic/Story

No response