How to disable eslint on qunit run

How to disable hinting after running ember test? I try’d to add this line: ENV[‘ember-cli-qunit’] = { hinting: false };

but without success.

thank you!

have you tried:

ember t --query "&nojshint"
1 Like

you are amazing! I try’d with ‘&nolint’ instead and it worked like a charm.