KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Grunt errors in two AMD files. #201

Closed hgeorgsch closed 1 year ago

hgeorgsch commented 3 years ago

/home/runner/work/moodle-mod_capquiz/moodle-mod_capquiz/moodle/mod/capquiz/amd/src/attempt.js 52:27 error Unexpected 'this' no-invalid-this

/home/runner/work/moodle-mod_capquiz/moodle-mod_capquiz/moodle/mod/capquiz/amd/src/edit_questions.js 159:25 warning Do not nest ternary expressions no-nested-ternary 160:25 warning Do not nest ternary expressions no-nested-ternary 171:15 error Unexpected 'this' no-invalid-this 180:15 error Unexpected 'this' no-invalid-this 190:25 error Unexpected 'this' no-invalid-this 193:25 error Unexpected 'this' no-invalid-this 194:25 error Unexpected 'this' no-invalid-this 197:25 error Unexpected 'this' no-invalid-this 217:34 error Unexpected 'this' no-invalid-this

lucaboesch commented 1 year ago

This seems fixed, @hgeorgsch.

hgeorgsch commented 1 year ago

Solved some time ago, probably by @lucaboesch