When using nrlint, it doesn't take into account module import (as reported here: Similar to · Issue #44 · node-red/nrlint
It is a simple click in the editor to ignore, adding this to description of node or flow:
// nrlint function-eslint:off
However, that disables all rules. How can we disable specific rules? Like the import rule. Further more, it would be a great option to be able to ignore linting for specific lines with comments. Is that possible?