Open nelstrom opened 1 year ago
I think the checkbox only ever did anything if you had ember-cli-eslint or ember-cli-template-lint -- do you have either of those?
If not, we should probs find a way to remove that checkbox!
Thanks for reporting!
Ah right! ember-cli-eslint and ember-cli-template-lint are both marked as deprecated.
As I see it, there's two ways of doing this. Either:
Either way, I think the checkbox needs to go. It's squatting on some valuable real-estate.
I've had a go at removing the checkbox in #1140.
In the test runner, we have a "Disable Linting" checkbox:
After creating a brand new Ember app (via
ember new
), I noticed that the "Disable Linting" checkbox has no effect. Whether it's checked or unchecked, linting doesn't happen inside the test runner.