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?