platinumazure/eslint-plugin-qunit

Remove `fixToNotOk` option from `no-compare-relation-boolean` and `no-negated-ok` rules

Closed this issue · 1 comments

bmish commented

These options were only intended for backwards compatibility. We could remove them to simplify the rules and ease the maintenance burden.

notOk was added in QUnit 1.18, any we don't need to support older versions anymore.

Breaking change that could be part of the v7 release (#175).

@bmish Sounds good to me. I've added this to the project. Thanks for the suggestion!