Nrlint is not working

I installed the nrlint linker.
Then create the default file: npx nrlint --init > .nrlintrc.js
Then modify the setting.js:
module.exports { // Add a nrlint entry pointing to your nrlint config file nrlint: require("./.nrlintrc.js"), }
After restarting node-red I get
not the icon in the UI to see the linker results.
Do I have to do something additionally?
Or is it not compatible with the node-red-debugger debugger?

How and where did you install it?

over this ```
npm install nrlint

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.