Releases: node-red/nrlint
Releases · node-red/nrlint
1.1.0
- Update to [email protected]
- Do not send event for disabled flows when lintDisabledFlows is false
- Allow a flow-scoped warning to be disabled for that flow Fixes #15
- Consider method property when detecting duplicate HTTP In paths Fixes #19
- Ensure rule settings that are cleared get removed from runtime settings Fixes #11
- Add allowDefaultName options to function/link rules (#34) @knolleary
- Handle junctions in overlapping-nodes rule (#33) @knolleary
- Run eslint on all parts of Function node and handle built-ins (#24) @knolleary
- Support --version option (#25) @k-toumura
- Add option to skip linting disabled flows (#14) @knolleary
- Fix function-eslint rule for precise linting (#18) @k-toumura
- Improve no-loop detection (#13) @knolleary