Question: About jshint:editor of grunt

Hello.
I have a question.

grunt's jshint:editor seems to look at the old folder structure.

There are other similar issues, but I especially focused on jshint:editor because of the default grunt task.

Is this a known issue?

Hi

I was aware the jshint task had stopped working on the editor files, but hadn't got around to looking at why. You are quite right - looks like the jshint:editor task does need updating to packages/node_modules/@node-red/editor-client/src/js/**/*.js.

With that in place, the task then does find a small number of linting issues that have crept in. Nothing serious, but they need tidying up. Let me know if you want to take a look at them, otherwise I'll add it to my todo list.

It's not serious at all, so I'm glad it will be fixed in the future.
Thank you very much.