Grunt error - No ESLint configuration found - Moodle 3.7

Re: Grunt error - No ESLint configuration found - Moodle 3.7

by Dave Emsley -
Number of replies: 0
This gets worse!

Running "watch" task
Waiting...
>> File "theme/mytheme/amd/src/initialise.js" changed.

Running "eslint:amd" (eslint) task

/public_html/theme/mytheme/amd/src/initialise.js
2:1 error 'define' is not defined no-undef
2:9 error Strings must use doublequote quotes
5:6 error Strings must use doublequote quotes
9:8 error Strings must use doublequote quotes
11:8 error Strings must use doublequote quotes
17:6 error Strings must use doublequote quotes
18:7 error Strings must use doublequote quotes

✖ 7 problems (7 errors, 0 warnings)
6 errors, 0 warnings potentially fixable with the `--fix` option.

Warning: Task "eslint:amd" failed.