node-red / nrlint

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

Support false value to disable rule in .nrlintrc.js file #41

Open kazuhitoyokoi opened 1 year ago

kazuhitoyokoi commented 1 year ago

Proposed changes

I forget the background of why true and "off" are used to enable and disable rules in the .nrlintrc.js configuration file. Because I think that true and false are natural for this case, I try to add support for the false value in this pull request.

Checklist