Eslint Plugin Qunit Versions Save

ESLint plugin containing rules useful for QUnit tests.

v7.1.0

2 years ago

7.1.0

  • Chore: Add jsdoc type annotation to rules (#219) (Bryan Mishkin)
  • Update: handle adding TypeScript type to this parameter in test hook in many rules (#217) (Bryan Mishkin)
  • Build: Move wrap/unwrap helpers to testUtils (#216) (Ed S)
  • Fix: Check for arrow functions in utils.getAssertContextNameForTest (#214) (Ed S)
  • Docs: ensure rule docs mention all rule options (#212) (Bryan Mishkin)

v7.0.0

2 years ago

7.0.0

  • Chore: Add npm upgrade step to CI workflow (Kevin Partington)
  • Upgrade: Most devDependencies (Kevin Partington)
  • Upgrade: update eslint-plugin-eslint-plugin to v4 (#211) (Bryan Mishkin)
  • Upgrade: eslint-plugin-unicorn to v37 (#210) (Bryan Mishkin)
  • Update: support ESLint v8 (#209) (Bryan Mishkin)
  • Chore: Add eslint-plugin keyword in package.json (#204) (Bryan Mishkin)

7.0.0-rc.0

  • Breaking: Remove fixToNotOk and checkBooleanAssertions rule options (#197) (Bryan Mishkin)
  • Breaking: Add no-assert-equal to recommended config (#194) (Bryan Mishkin)
  • Breaking: Drop support for old Node and ESLint versions (#189) (Kevin Partington)
  • Breaking: Remove no-arrow-tests from recommended config (#200) (Kevin Partington)
  • Docs: switch from github emojis to standard emojis (#198) (Bryan Mishkin)
  • Docs: fix typos (#196) (Bryan Mishkin)