Hi all,
I´m trying to install nrlint to my NR (running on Windows10) according to the documentation (https://github.com/node-red/nrlint).
But when I add the following to my settings.js, I´m unable to start node red.
module.exports = {
// Add a `nrlint` entry pointing to your nrlint config file
nrlint: require("./.nrlintrc.js"),
// the tcp port that the Node-RED web server is listening on
uiPort: process.env.PORT || 1880,
...
H:\>node-red
Error loading settings file: C:\Users\xxx\.node-red\settings.js
C:\Users\xxx\.node-red\.nrlintrc.js:1
��m
SyntaxError: Invalid or unexpected token
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1178:20)
at Module._compile (node:internal/modules/cjs/loader:1220:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:121:18)
at Object.<anonymous> (C:\Users\xxx\.node-red\settings.js:23:13)
at Module._compile (node:internal/modules/cjs/loader:1256:14)