diff --git a/README.md b/README.md index bca108de..864aa02c 100644 --- a/README.md +++ b/README.md @@ -21,51 +21,52 @@ For more details on how to extend your configuration from a plugin configuration -βœ… Enabled in the `recommended` [configuration](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations).\ +πŸ’Ό [Configurations](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations) enabled in.\ +βœ… Set in the `recommended` [configuration](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations).\ πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\ πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). -| NameΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β  | Description | βœ… | πŸ”§ | πŸ’‘ | -| :----------------------------------------------------------------------------- | :---------------------------------------------------------------------- | :-- | :-- | :-- | -| [assert-args](docs/rules/assert-args.md) | enforce that the correct number of assert arguments are used | βœ… | | | -| [literal-compare-order](docs/rules/literal-compare-order.md) | enforce comparison assertions have arguments in the right order | βœ… | πŸ”§ | | -| [no-arrow-tests](docs/rules/no-arrow-tests.md) | disallow arrow functions as QUnit test/module callbacks | | πŸ”§ | | -| [no-assert-equal](docs/rules/no-assert-equal.md) | disallow the use of assert.equal | βœ… | | πŸ’‘ | -| [no-assert-equal-boolean](docs/rules/no-assert-equal-boolean.md) | require use of boolean assertions | βœ… | πŸ”§ | | -| [no-assert-logical-expression](docs/rules/no-assert-logical-expression.md) | disallow binary logical expressions in assert arguments | βœ… | | | -| [no-assert-ok](docs/rules/no-assert-ok.md) | disallow the use of assert.ok/assert.notOk | | | | -| [no-async-in-loops](docs/rules/no-async-in-loops.md) | disallow async calls in loops | βœ… | | | -| [no-async-module-callbacks](docs/rules/no-async-module-callbacks.md) | disallow async module callbacks | βœ… | | | -| [no-async-test](docs/rules/no-async-test.md) | disallow the use of asyncTest or QUnit.asyncTest | βœ… | | | -| [no-commented-tests](docs/rules/no-commented-tests.md) | disallow commented tests | βœ… | | | -| [no-compare-relation-boolean](docs/rules/no-compare-relation-boolean.md) | disallow comparing relational expressions to booleans in assertions | βœ… | πŸ”§ | | -| [no-conditional-assertions](docs/rules/no-conditional-assertions.md) | disallow assertions within if statements or conditional expressions | βœ… | | | -| [no-early-return](docs/rules/no-early-return.md) | disallow early return in tests | βœ… | | | -| [no-global-assertions](docs/rules/no-global-assertions.md) | disallow global QUnit assertions | βœ… | | | -| [no-global-expect](docs/rules/no-global-expect.md) | disallow global expect | βœ… | | | -| [no-global-module-test](docs/rules/no-global-module-test.md) | disallow global module/test/asyncTest | βœ… | | | -| [no-global-stop-start](docs/rules/no-global-stop-start.md) | disallow global stop/start | βœ… | | | -| [no-hooks-from-ancestor-modules](docs/rules/no-hooks-from-ancestor-modules.md) | disallow the use of hooks from ancestor modules | βœ… | | | -| [no-identical-names](docs/rules/no-identical-names.md) | disallow identical test and module names | βœ… | | | -| [no-init](docs/rules/no-init.md) | disallow use of QUnit.init | βœ… | | | -| [no-jsdump](docs/rules/no-jsdump.md) | disallow use of QUnit.jsDump | βœ… | | | -| [no-loose-assertions](docs/rules/no-loose-assertions.md) | disallow the use of assert.equal/assert.ok/assert.notEqual/assert.notOk | | | | -| [no-negated-ok](docs/rules/no-negated-ok.md) | disallow negation in assert.ok/assert.notOk | βœ… | πŸ”§ | | -| [no-nested-tests](docs/rules/no-nested-tests.md) | disallow nested QUnit.test() calls | βœ… | | | -| [no-ok-equality](docs/rules/no-ok-equality.md) | disallow equality comparisons in assert.ok/assert.notOk | βœ… | πŸ”§ | | -| [no-only](docs/rules/no-only.md) | disallow QUnit.only | βœ… | | | -| [no-qunit-push](docs/rules/no-qunit-push.md) | disallow QUnit.push | βœ… | | | -| [no-qunit-start-in-tests](docs/rules/no-qunit-start-in-tests.md) | disallow QUnit.start() within tests or test hooks | βœ… | | | -| [no-qunit-stop](docs/rules/no-qunit-stop.md) | disallow QUnit.stop | βœ… | | | -| [no-reassign-log-callbacks](docs/rules/no-reassign-log-callbacks.md) | disallow overwriting of QUnit logging callbacks | βœ… | | | -| [no-reset](docs/rules/no-reset.md) | disallow QUnit.reset | βœ… | | | -| [no-setup-teardown](docs/rules/no-setup-teardown.md) | disallow setup/teardown module hooks | βœ… | πŸ”§ | | -| [no-skip](docs/rules/no-skip.md) | disallow QUnit.skip | | | | -| [no-test-expect-argument](docs/rules/no-test-expect-argument.md) | disallow the expect argument in QUnit.test | βœ… | | | -| [no-throws-string](docs/rules/no-throws-string.md) | disallow assert.throws() with block, string, and message args | βœ… | | | -| [require-expect](docs/rules/require-expect.md) | enforce that `expect` is called | βœ… | | | -| [require-object-in-propequal](docs/rules/require-object-in-propequal.md) | enforce use of objects as expected value in `assert.propEqual` | βœ… | | | -| [resolve-async](docs/rules/resolve-async.md) | require that async calls are resolved | βœ… | | | +| NameΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β  | Description | πŸ’Ό | πŸ”§ | πŸ’‘ | +| :----------------------------------------------------------------------------- | :---------------------------------------------------------------------- | :- | :- | :- | +| [assert-args](docs/rules/assert-args.md) | enforce that the correct number of assert arguments are used | βœ… | | | +| [literal-compare-order](docs/rules/literal-compare-order.md) | enforce comparison assertions have arguments in the right order | βœ… | πŸ”§ | | +| [no-arrow-tests](docs/rules/no-arrow-tests.md) | disallow arrow functions as QUnit test/module callbacks | | πŸ”§ | | +| [no-assert-equal](docs/rules/no-assert-equal.md) | disallow the use of assert.equal | βœ… | | πŸ’‘ | +| [no-assert-equal-boolean](docs/rules/no-assert-equal-boolean.md) | require use of boolean assertions | βœ… | πŸ”§ | | +| [no-assert-logical-expression](docs/rules/no-assert-logical-expression.md) | disallow binary logical expressions in assert arguments | βœ… | | | +| [no-assert-ok](docs/rules/no-assert-ok.md) | disallow the use of assert.ok/assert.notOk | | | | +| [no-async-in-loops](docs/rules/no-async-in-loops.md) | disallow async calls in loops | βœ… | | | +| [no-async-module-callbacks](docs/rules/no-async-module-callbacks.md) | disallow async module callbacks | βœ… | | | +| [no-async-test](docs/rules/no-async-test.md) | disallow the use of asyncTest or QUnit.asyncTest | βœ… | | | +| [no-commented-tests](docs/rules/no-commented-tests.md) | disallow commented tests | βœ… | | | +| [no-compare-relation-boolean](docs/rules/no-compare-relation-boolean.md) | disallow comparing relational expressions to booleans in assertions | βœ… | πŸ”§ | | +| [no-conditional-assertions](docs/rules/no-conditional-assertions.md) | disallow assertions within if statements or conditional expressions | βœ… | | | +| [no-early-return](docs/rules/no-early-return.md) | disallow early return in tests | βœ… | | | +| [no-global-assertions](docs/rules/no-global-assertions.md) | disallow global QUnit assertions | βœ… | | | +| [no-global-expect](docs/rules/no-global-expect.md) | disallow global expect | βœ… | | | +| [no-global-module-test](docs/rules/no-global-module-test.md) | disallow global module/test/asyncTest | βœ… | | | +| [no-global-stop-start](docs/rules/no-global-stop-start.md) | disallow global stop/start | βœ… | | | +| [no-hooks-from-ancestor-modules](docs/rules/no-hooks-from-ancestor-modules.md) | disallow the use of hooks from ancestor modules | βœ… | | | +| [no-identical-names](docs/rules/no-identical-names.md) | disallow identical test and module names | βœ… | | | +| [no-init](docs/rules/no-init.md) | disallow use of QUnit.init | βœ… | | | +| [no-jsdump](docs/rules/no-jsdump.md) | disallow use of QUnit.jsDump | βœ… | | | +| [no-loose-assertions](docs/rules/no-loose-assertions.md) | disallow the use of assert.equal/assert.ok/assert.notEqual/assert.notOk | | | | +| [no-negated-ok](docs/rules/no-negated-ok.md) | disallow negation in assert.ok/assert.notOk | βœ… | πŸ”§ | | +| [no-nested-tests](docs/rules/no-nested-tests.md) | disallow nested QUnit.test() calls | βœ… | | | +| [no-ok-equality](docs/rules/no-ok-equality.md) | disallow equality comparisons in assert.ok/assert.notOk | βœ… | πŸ”§ | | +| [no-only](docs/rules/no-only.md) | disallow QUnit.only | βœ… | | | +| [no-qunit-push](docs/rules/no-qunit-push.md) | disallow QUnit.push | βœ… | | | +| [no-qunit-start-in-tests](docs/rules/no-qunit-start-in-tests.md) | disallow QUnit.start() within tests or test hooks | βœ… | | | +| [no-qunit-stop](docs/rules/no-qunit-stop.md) | disallow QUnit.stop | βœ… | | | +| [no-reassign-log-callbacks](docs/rules/no-reassign-log-callbacks.md) | disallow overwriting of QUnit logging callbacks | βœ… | | | +| [no-reset](docs/rules/no-reset.md) | disallow QUnit.reset | βœ… | | | +| [no-setup-teardown](docs/rules/no-setup-teardown.md) | disallow setup/teardown module hooks | βœ… | πŸ”§ | | +| [no-skip](docs/rules/no-skip.md) | disallow QUnit.skip | | | | +| [no-test-expect-argument](docs/rules/no-test-expect-argument.md) | disallow the expect argument in QUnit.test | βœ… | | | +| [no-throws-string](docs/rules/no-throws-string.md) | disallow assert.throws() with block, string, and message args | βœ… | | | +| [require-expect](docs/rules/require-expect.md) | enforce that `expect` is called | βœ… | | | +| [require-object-in-propequal](docs/rules/require-object-in-propequal.md) | enforce use of objects as expected value in `assert.propEqual` | βœ… | | | +| [resolve-async](docs/rules/resolve-async.md) | require that async calls are resolved | βœ… | | | diff --git a/docs/rules/assert-args.md b/docs/rules/assert-args.md index 6c544912..64330393 100644 --- a/docs/rules/assert-args.md +++ b/docs/rules/assert-args.md @@ -1,6 +1,6 @@ # Enforce that the correct number of assert arguments are used (`qunit/assert-args`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/literal-compare-order.md b/docs/rules/literal-compare-order.md index 68b72dc3..47050ca8 100644 --- a/docs/rules/literal-compare-order.md +++ b/docs/rules/literal-compare-order.md @@ -1,6 +1,6 @@ # Enforce comparison assertions have arguments in the right order (`qunit/literal-compare-order`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). diff --git a/docs/rules/no-assert-equal-boolean.md b/docs/rules/no-assert-equal-boolean.md index 2e978bd8..16119e54 100644 --- a/docs/rules/no-assert-equal-boolean.md +++ b/docs/rules/no-assert-equal-boolean.md @@ -1,6 +1,6 @@ # Require use of boolean assertions (`qunit/no-assert-equal-boolean`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). diff --git a/docs/rules/no-assert-equal.md b/docs/rules/no-assert-equal.md index 4828ea90..88cf1a7a 100644 --- a/docs/rules/no-assert-equal.md +++ b/docs/rules/no-assert-equal.md @@ -1,6 +1,6 @@ # Disallow the use of assert.equal (`qunit/no-assert-equal`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ’‘ This rule is manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). diff --git a/docs/rules/no-assert-logical-expression.md b/docs/rules/no-assert-logical-expression.md index df000c67..f7495999 100644 --- a/docs/rules/no-assert-logical-expression.md +++ b/docs/rules/no-assert-logical-expression.md @@ -1,6 +1,6 @@ # Disallow binary logical expressions in assert arguments (`qunit/no-assert-logical-expression`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-async-in-loops.md b/docs/rules/no-async-in-loops.md index cda6c6b9..f46e9db3 100644 --- a/docs/rules/no-async-in-loops.md +++ b/docs/rules/no-async-in-loops.md @@ -1,6 +1,6 @@ # Disallow async calls in loops (`qunit/no-async-in-loops`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-async-module-callbacks.md b/docs/rules/no-async-module-callbacks.md index b5e960ab..8cb65f3f 100644 --- a/docs/rules/no-async-module-callbacks.md +++ b/docs/rules/no-async-module-callbacks.md @@ -1,6 +1,6 @@ # Disallow async module callbacks (`qunit/no-async-module-callbacks`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-async-test.md b/docs/rules/no-async-test.md index a8e91d0a..013a7bcb 100644 --- a/docs/rules/no-async-test.md +++ b/docs/rules/no-async-test.md @@ -1,6 +1,6 @@ # Disallow the use of asyncTest or QUnit.asyncTest (`qunit/no-async-test`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-commented-tests.md b/docs/rules/no-commented-tests.md index 07b10c74..8217ceb0 100644 --- a/docs/rules/no-commented-tests.md +++ b/docs/rules/no-commented-tests.md @@ -1,6 +1,6 @@ # Disallow commented tests (`qunit/no-commented-tests`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-compare-relation-boolean.md b/docs/rules/no-compare-relation-boolean.md index 36080e6a..3a9c1e8a 100644 --- a/docs/rules/no-compare-relation-boolean.md +++ b/docs/rules/no-compare-relation-boolean.md @@ -1,6 +1,6 @@ # Disallow comparing relational expressions to booleans in assertions (`qunit/no-compare-relation-boolean`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). diff --git a/docs/rules/no-conditional-assertions.md b/docs/rules/no-conditional-assertions.md index 24c52ad6..bd437437 100644 --- a/docs/rules/no-conditional-assertions.md +++ b/docs/rules/no-conditional-assertions.md @@ -1,6 +1,6 @@ # Disallow assertions within if statements or conditional expressions (`qunit/no-conditional-assertions`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-early-return.md b/docs/rules/no-early-return.md index e4c624ed..508b033f 100644 --- a/docs/rules/no-early-return.md +++ b/docs/rules/no-early-return.md @@ -1,6 +1,6 @@ # Disallow early return in tests (`qunit/no-early-return`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-global-assertions.md b/docs/rules/no-global-assertions.md index 7b67cf45..7d994972 100644 --- a/docs/rules/no-global-assertions.md +++ b/docs/rules/no-global-assertions.md @@ -1,6 +1,6 @@ # Disallow global QUnit assertions (`qunit/no-global-assertions`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-global-expect.md b/docs/rules/no-global-expect.md index 2ce46c91..cb414fed 100644 --- a/docs/rules/no-global-expect.md +++ b/docs/rules/no-global-expect.md @@ -1,6 +1,6 @@ # Disallow global expect (`qunit/no-global-expect`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-global-module-test.md b/docs/rules/no-global-module-test.md index 0a2c83bb..9136ef40 100644 --- a/docs/rules/no-global-module-test.md +++ b/docs/rules/no-global-module-test.md @@ -1,6 +1,6 @@ # Disallow global module/test/asyncTest (`qunit/no-global-module-test`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-global-stop-start.md b/docs/rules/no-global-stop-start.md index c2e5a217..662d7d20 100644 --- a/docs/rules/no-global-stop-start.md +++ b/docs/rules/no-global-stop-start.md @@ -1,6 +1,6 @@ # Disallow global stop/start (`qunit/no-global-stop-start`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-hooks-from-ancestor-modules.md b/docs/rules/no-hooks-from-ancestor-modules.md index f0084b71..4c4a2bfb 100644 --- a/docs/rules/no-hooks-from-ancestor-modules.md +++ b/docs/rules/no-hooks-from-ancestor-modules.md @@ -1,6 +1,6 @@ # Disallow the use of hooks from ancestor modules (`qunit/no-hooks-from-ancestor-modules`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-identical-names.md b/docs/rules/no-identical-names.md index 398a1a62..04f83fd5 100644 --- a/docs/rules/no-identical-names.md +++ b/docs/rules/no-identical-names.md @@ -1,6 +1,6 @@ # Disallow identical test and module names (`qunit/no-identical-names`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-init.md b/docs/rules/no-init.md index 3d39c517..e8a1c771 100644 --- a/docs/rules/no-init.md +++ b/docs/rules/no-init.md @@ -1,6 +1,6 @@ # Disallow use of QUnit.init (`qunit/no-init`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-jsdump.md b/docs/rules/no-jsdump.md index 66d2bcf9..830e743f 100644 --- a/docs/rules/no-jsdump.md +++ b/docs/rules/no-jsdump.md @@ -1,6 +1,6 @@ # Disallow use of QUnit.jsDump (`qunit/no-jsdump`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-negated-ok.md b/docs/rules/no-negated-ok.md index 78780798..9571b801 100644 --- a/docs/rules/no-negated-ok.md +++ b/docs/rules/no-negated-ok.md @@ -1,6 +1,6 @@ # Disallow negation in assert.ok/assert.notOk (`qunit/no-negated-ok`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). diff --git a/docs/rules/no-nested-tests.md b/docs/rules/no-nested-tests.md index 6c1ce931..6b9af53c 100644 --- a/docs/rules/no-nested-tests.md +++ b/docs/rules/no-nested-tests.md @@ -1,6 +1,6 @@ # Disallow nested QUnit.test() calls (`qunit/no-nested-tests`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-ok-equality.md b/docs/rules/no-ok-equality.md index 78f5ae3f..b926c4ed 100644 --- a/docs/rules/no-ok-equality.md +++ b/docs/rules/no-ok-equality.md @@ -1,6 +1,6 @@ # Disallow equality comparisons in assert.ok/assert.notOk (`qunit/no-ok-equality`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). diff --git a/docs/rules/no-only.md b/docs/rules/no-only.md index de148957..12a942f7 100644 --- a/docs/rules/no-only.md +++ b/docs/rules/no-only.md @@ -1,6 +1,6 @@ # Disallow QUnit.only (`qunit/no-only`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-qunit-push.md b/docs/rules/no-qunit-push.md index 5efef58d..954314f8 100644 --- a/docs/rules/no-qunit-push.md +++ b/docs/rules/no-qunit-push.md @@ -1,6 +1,6 @@ # Disallow QUnit.push (`qunit/no-qunit-push`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-qunit-start-in-tests.md b/docs/rules/no-qunit-start-in-tests.md index 88edf78a..8aa4f33d 100644 --- a/docs/rules/no-qunit-start-in-tests.md +++ b/docs/rules/no-qunit-start-in-tests.md @@ -1,6 +1,6 @@ # Disallow QUnit.start() within tests or test hooks (`qunit/no-qunit-start-in-tests`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-qunit-stop.md b/docs/rules/no-qunit-stop.md index 4e020aca..8cc42469 100644 --- a/docs/rules/no-qunit-stop.md +++ b/docs/rules/no-qunit-stop.md @@ -1,6 +1,6 @@ # Disallow QUnit.stop (`qunit/no-qunit-stop`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-reassign-log-callbacks.md b/docs/rules/no-reassign-log-callbacks.md index 1ef9da36..13ea8d1a 100644 --- a/docs/rules/no-reassign-log-callbacks.md +++ b/docs/rules/no-reassign-log-callbacks.md @@ -1,6 +1,6 @@ # Disallow overwriting of QUnit logging callbacks (`qunit/no-reassign-log-callbacks`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-reset.md b/docs/rules/no-reset.md index 54781fca..9e760b92 100644 --- a/docs/rules/no-reset.md +++ b/docs/rules/no-reset.md @@ -1,6 +1,6 @@ # Disallow QUnit.reset (`qunit/no-reset`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-setup-teardown.md b/docs/rules/no-setup-teardown.md index 6077b5ee..e314e10f 100644 --- a/docs/rules/no-setup-teardown.md +++ b/docs/rules/no-setup-teardown.md @@ -1,6 +1,6 @@ # Disallow setup/teardown module hooks (`qunit/no-setup-teardown`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). πŸ”§ This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix). diff --git a/docs/rules/no-test-expect-argument.md b/docs/rules/no-test-expect-argument.md index 11f7618b..9cec3557 100644 --- a/docs/rules/no-test-expect-argument.md +++ b/docs/rules/no-test-expect-argument.md @@ -1,6 +1,6 @@ # Disallow the expect argument in QUnit.test (`qunit/no-test-expect-argument`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/no-throws-string.md b/docs/rules/no-throws-string.md index a3e0bb0e..de17cd65 100644 --- a/docs/rules/no-throws-string.md +++ b/docs/rules/no-throws-string.md @@ -1,6 +1,6 @@ # Disallow assert.throws() with block, string, and message args (`qunit/no-throws-string`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/require-expect.md b/docs/rules/require-expect.md index 5739b998..5869d7fe 100644 --- a/docs/rules/require-expect.md +++ b/docs/rules/require-expect.md @@ -1,6 +1,6 @@ # Enforce that `expect` is called (`qunit/require-expect`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/require-object-in-propequal.md b/docs/rules/require-object-in-propequal.md index 36c0fa73..d5b1b947 100644 --- a/docs/rules/require-object-in-propequal.md +++ b/docs/rules/require-object-in-propequal.md @@ -1,6 +1,6 @@ # Enforce use of objects as expected value in `assert.propEqual` (`qunit/require-object-in-propequal`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/docs/rules/resolve-async.md b/docs/rules/resolve-async.md index a4bfc3bb..37d3b623 100644 --- a/docs/rules/resolve-async.md +++ b/docs/rules/resolve-async.md @@ -1,6 +1,6 @@ # Require that async calls are resolved (`qunit/resolve-async`) -βœ… This rule is enabled in the `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). +πŸ’Ό This rule is enabled in the βœ… `recommended` [config](https://github.com/platinumazure/eslint-plugin-qunit/blob/master/README.md#configurations). diff --git a/package-lock.json b/package-lock.json index 59090119..4a9cbbfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "chai": "^4.3.6", "coveralls": "^3.1.1", "eslint": "^8.19.0", - "eslint-doc-generator": "^0.16.0", + "eslint-doc-generator": "^0.19.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-plugin": "^4.4.0", "eslint-plugin-markdown": "^2.2.1", @@ -667,6 +667,18 @@ "node": ">=8" } }, + "node_modules/@jest/schemas": { + "version": "29.0.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", + "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", + "dev": true, + "dependencies": { + "@sinclair/typebox": "^0.24.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -699,6 +711,12 @@ "node": ">= 8" } }, + "node_modules/@sinclair/typebox": { + "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", + "dev": true + }, "node_modules/@types/json-schema": { "version": "7.0.11", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", @@ -1706,6 +1724,15 @@ "node": ">=0.3.1" } }, + "node_modules/diff-sequences": { + "version": "29.2.0", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.2.0.tgz", + "integrity": "sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -1901,14 +1928,15 @@ } }, "node_modules/eslint-doc-generator": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/eslint-doc-generator/-/eslint-doc-generator-0.16.0.tgz", - "integrity": "sha512-L6SQIKGP5TQsNDfDDv6n+VMh662BCYkDFK0aS4ey3+42DDMcs8NGHUQLTJkoLW2OSZvIM/lxHmZTjkDVXqLdFg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/eslint-doc-generator/-/eslint-doc-generator-0.19.0.tgz", + "integrity": "sha512-Dry/G9gkw7BR9rMtpAcltHseOPYvzsbI3xmbVvq5nZ6b33o7O29etBxYMyE2PS23HX50pbBYIHHxF1oq7C4Acg==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.38.1", "camelcase": "^7.0.0", "commander": "^9.4.0", + "jest-diff": "^29.2.1", "markdown-table": "^3.0.2", "type-fest": "^3.0.0" }, @@ -1919,8 +1947,7 @@ "node": "^14.18.0 || ^16.0.0 || >=18.0.0" }, "peerDependencies": { - "eslint": ">= 7", - "prettier": ">= 2" + "eslint": ">= 7" } }, "node_modules/eslint-doc-generator/node_modules/camelcase": { @@ -3403,6 +3430,30 @@ "node": ">=8" } }, + "node_modules/jest-diff": { + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.2.1.tgz", + "integrity": "sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.2.0", + "jest-get-type": "^29.2.0", + "pretty-format": "^29.2.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.2.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.2.0.tgz", + "integrity": "sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, "node_modules/js-sdsl": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.5.tgz", @@ -4893,20 +4944,30 @@ "node": ">= 0.8.0" } }, - "node_modules/prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", + "node_modules/pretty-format": { + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.2.1.tgz", + "integrity": "sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==", "dev": true, - "peer": true, - "bin": { - "prettier": "bin-prettier.js" + "dependencies": { + "@jest/schemas": "^29.0.0", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": ">=10.13.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/process-on-spawn": { @@ -4978,6 +5039,12 @@ "safe-buffer": "^5.1.0" } }, + "node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, "node_modules/read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", @@ -6659,6 +6726,15 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true }, + "@jest/schemas": { + "version": "29.0.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", + "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -6682,6 +6758,12 @@ "fastq": "^1.6.0" } }, + "@sinclair/typebox": { + "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", + "dev": true + }, "@types/json-schema": { "version": "7.0.11", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", @@ -7399,6 +7481,12 @@ "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", "dev": true }, + "diff-sequences": { + "version": "29.2.0", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.2.0.tgz", + "integrity": "sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==", + "dev": true + }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -7602,14 +7690,15 @@ } }, "eslint-doc-generator": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/eslint-doc-generator/-/eslint-doc-generator-0.16.0.tgz", - "integrity": "sha512-L6SQIKGP5TQsNDfDDv6n+VMh662BCYkDFK0aS4ey3+42DDMcs8NGHUQLTJkoLW2OSZvIM/lxHmZTjkDVXqLdFg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/eslint-doc-generator/-/eslint-doc-generator-0.19.0.tgz", + "integrity": "sha512-Dry/G9gkw7BR9rMtpAcltHseOPYvzsbI3xmbVvq5nZ6b33o7O29etBxYMyE2PS23HX50pbBYIHHxF1oq7C4Acg==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.38.1", "camelcase": "^7.0.0", "commander": "^9.4.0", + "jest-diff": "^29.2.1", "markdown-table": "^3.0.2", "type-fest": "^3.0.0" }, @@ -8601,6 +8690,24 @@ "istanbul-lib-report": "^3.0.0" } }, + "jest-diff": { + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.2.1.tgz", + "integrity": "sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^29.2.0", + "jest-get-type": "^29.2.0", + "pretty-format": "^29.2.1" + } + }, + "jest-get-type": { + "version": "29.2.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.2.0.tgz", + "integrity": "sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==", + "dev": true + }, "js-sdsl": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.5.tgz", @@ -9723,12 +9830,24 @@ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" }, - "prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", + "pretty-format": { + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.2.1.tgz", + "integrity": "sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==", "dev": true, - "peer": true + "requires": { + "@jest/schemas": "^29.0.0", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true + } + } }, "process-on-spawn": { "version": "1.0.0", @@ -9776,6 +9895,12 @@ "safe-buffer": "^5.1.0" } }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, "read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", diff --git a/package.json b/package.json index cf2531c7..3eb117fd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "chai": "^4.3.6", "coveralls": "^3.1.1", "eslint": "^8.19.0", - "eslint-doc-generator": "^0.16.0", + "eslint-doc-generator": "^0.19.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-plugin": "^4.4.0", "eslint-plugin-markdown": "^2.2.1",