8.1.1 β€’ Published 3 months ago

eslint-plugin-qunit v8.1.1

Weekly downloads
29,209
License
MIT
Repository
github
Last release
3 months ago

eslint-plugin-qunit

NPM version CI Coverage Status Join the chat at https://gitter.im/platinumazure/eslint-plugin-qunit

ESLint plugin containing rules useful for QUnit tests.

Configurations

You can extend from a configuration in order to simplify manual configuration of plugin rules in your project.

For more details on how to extend your configuration from a plugin configuration, please see the ESLint plugin configuration documentation.

NameDescription
βœ…recommendedThis configuration includes rules which I recommend to avoid QUnit runtime errors or incorrect behavior, some of which can be difficult to debug. Some of these rules also encourage best practices that help QUnit work better for you. For ESLint .eslintrc.js legacy config, extend from "plugin:qunit/recommended". For ESLint eslint.config.js flat config, load from require('eslint-plugin-qunit/configs/recommended').

Rules

πŸ’Ό Configurations enabled in.\ βœ… Set in the recommended configuration.\ πŸ”§ Automatically fixable by the --fix CLI option.\ πŸ’‘ Manually fixable by editor suggestions.

NameΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β DescriptionπŸ’ΌπŸ”§πŸ’‘
assert-argsenforce that the correct number of assert arguments are usedβœ…
literal-compare-orderenforce comparison assertions have arguments in the right orderβœ…πŸ”§
no-arrow-testsdisallow arrow functions as QUnit test/module callbacksπŸ”§
no-assert-equaldisallow the use of assert.equalβœ…πŸ’‘
no-assert-equal-booleanrequire use of boolean assertionsβœ…πŸ”§
no-assert-logical-expressiondisallow binary logical expressions in assert argumentsβœ…
no-assert-okdisallow the use of assert.ok/assert.notOk
no-async-in-loopsdisallow async calls in loopsβœ…
no-async-module-callbacksdisallow async module callbacksβœ…
no-async-testdisallow the use of asyncTest or QUnit.asyncTestβœ…
no-commented-testsdisallow commented testsβœ…
no-compare-relation-booleandisallow comparing relational expressions to booleans in assertionsβœ…πŸ”§
no-conditional-assertionsdisallow assertions within if statements or conditional expressionsβœ…
no-early-returndisallow early return in testsβœ…
no-global-assertionsdisallow global QUnit assertionsβœ…
no-global-expectdisallow global expectβœ…
no-global-module-testdisallow global module/test/asyncTestβœ…
no-global-stop-startdisallow global stop/startβœ…
no-hooks-from-ancestor-modulesdisallow the use of hooks from ancestor modulesβœ…
no-identical-namesdisallow identical test and module namesβœ…
no-initdisallow use of QUnit.initβœ…
no-jsdumpdisallow use of QUnit.jsDumpβœ…
no-loose-assertionsdisallow the use of assert.equal/assert.ok/assert.notEqual/assert.notOk
no-negated-okdisallow negation in assert.ok/assert.notOkβœ…πŸ”§
no-nested-testsdisallow nested QUnit.test() callsβœ…
no-ok-equalitydisallow equality comparisons in assert.ok/assert.notOkβœ…πŸ”§
no-onlydisallow QUnit.onlyβœ…
no-qunit-pushdisallow QUnit.pushβœ…
no-qunit-start-in-testsdisallow QUnit.start() within tests or test hooksβœ…
no-qunit-stopdisallow QUnit.stopβœ…
no-reassign-log-callbacksdisallow overwriting of QUnit logging callbacksβœ…
no-resetdisallow QUnit.resetβœ…
no-setup-teardowndisallow setup/teardown module hooksβœ…πŸ”§
no-skipdisallow QUnit.skip
no-test-expect-argumentdisallow the expect argument in QUnit.testβœ…
no-throws-stringdisallow assert.throws() with block, string, and message argsβœ…
require-expectenforce that expect is calledβœ…
require-object-in-propequalenforce use of objects as expected value in assert.propEqualβœ…
resolve-asyncrequire that async calls are resolvedβœ…

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Semantic Versioning Policy

Like ESLint itself, this ESLint plugin follows semantic versioning. However, due to the nature of ESLint as a code quality tool, it's not always clear when a minor or major version bump occurs. To help clarify this for everyone, we've defined the following semantic versioning policy, based on the policy used by ESLint:

  • Patch release (intended not to break your lint build)
    • A bug fix in a plugin rule that results in ESLint reporting fewer errors.
    • Improvements to documentation.
    • Non-user-facing changes such as refactoring code; adding, deleting, or modifying tests; and increasing test coverage.
    • Re-releasing after a failed release (i.e., after having published a release that doesn't work for anyone).
  • Minor release (might break your lint build)
    • A bug fix in a rule that results in ESLint reporting more errors.
    • A new rule is created (without being added to plugin configuration).
    • A new option to an existing rule is created (without any default options changing).
    • A new plugin configuration is created.
    • An existing rule is deprecated.
  • Major release (likely to break your lint build)
    • An existing plugin configuration is changed in any way, including but not limited to:
      • A new rule is added to the configuration.
      • A rule is removed from the configuration.
      • The options used in configuration for a rule are changed
    • An existing rule is removed.
    • A backward-incompatible change is made to the options of a rule.
8.1.0

3 months ago

8.1.1

3 months ago

8.0.1

7 months ago

8.0.0

11 months ago

7.3.4

1 year ago

7.3.3

1 year ago

7.3.2

2 years ago

7.3.1

2 years ago

7.3.0

2 years ago

7.2.0

2 years ago

7.1.0

2 years ago

7.0.0

3 years ago

7.0.0-rc.0

3 years ago

6.2.0

3 years ago

6.1.0

3 years ago

6.1.1

3 years ago

6.0.0

3 years ago

5.4.0

3 years ago

5.3.0

3 years ago

5.2.0

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.0

4 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.0

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.2.1

6 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

1.0.0-rc0

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.1

9 years ago