node-red / nrlint

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

Add allowDefaultName options to function/link rules #34

Closed knolleary closed 2 years ago

knolleary commented 2 years ago

Adds allowDefaultName option to Function and Link node rules - defaults to true.

If set to false, then any Function or Link node with a default name (function 1 link in 28) will get flagged.