Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socketβs threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
eslint-plugin-qunit
Advanced tools
ESLint plugin containing rules useful for QUnit tests.
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.
Name | Description | |
---|---|---|
β | recommended | This 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') . |
πΌ Configurations enabled in.
β
Set in the recommended
configuration.
π§ Automatically fixable by the --fix
CLI option.
π‘ Manually fixable by editor suggestions.
NameΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β | Description | πΌ | π§ | π‘ |
---|---|---|---|---|
assert-args | enforce that the correct number of assert arguments are used | β | ||
literal-compare-order | enforce comparison assertions have arguments in the right order | β | π§ | |
no-arrow-tests | disallow arrow functions as QUnit test/module callbacks | π§ | ||
no-assert-equal | disallow the use of assert.equal | β | π‘ | |
no-assert-equal-boolean | require use of boolean assertions | β | π§ | |
no-assert-logical-expression | disallow binary logical expressions in assert arguments | β | ||
no-assert-ok | disallow the use of assert.ok/assert.notOk | |||
no-async-in-loops | disallow async calls in loops | β | ||
no-async-module-callbacks | disallow async module callbacks | β | ||
no-async-test | disallow the use of asyncTest or QUnit.asyncTest | β | ||
no-commented-tests | disallow commented tests | β | ||
no-compare-relation-boolean | disallow comparing relational expressions to booleans in assertions | β | π§ | |
no-conditional-assertions | disallow assertions within if statements or conditional expressions | β | ||
no-early-return | disallow early return in tests | β | ||
no-global-assertions | disallow global QUnit assertions | β | ||
no-global-expect | disallow global expect | β | ||
no-global-module-test | disallow global module/test/asyncTest | β | ||
no-global-stop-start | disallow global stop/start | β | ||
no-hooks-from-ancestor-modules | disallow the use of hooks from ancestor modules | β | ||
no-identical-names | disallow identical test and module names | β | ||
no-init | disallow use of QUnit.init | β | ||
no-jsdump | disallow use of QUnit.jsDump | β | ||
no-loose-assertions | disallow the use of assert.equal/assert.ok/assert.notEqual/assert.notOk | |||
no-negated-ok | disallow negation in assert.ok/assert.notOk | β | π§ | |
no-nested-tests | disallow nested QUnit.test() calls | β | ||
no-ok-equality | disallow equality comparisons in assert.ok/assert.notOk | β | π§ | |
no-only | disallow QUnit.only | β | ||
no-qunit-push | disallow QUnit.push | β | ||
no-qunit-start-in-tests | disallow QUnit.start() within tests or test hooks | β | ||
no-qunit-stop | disallow QUnit.stop | β | ||
no-reassign-log-callbacks | disallow overwriting of QUnit logging callbacks | β | ||
no-reset | disallow QUnit.reset | β | ||
no-setup-teardown | disallow setup/teardown module hooks | β | π§ | |
no-skip | disallow QUnit.skip | |||
no-test-expect-argument | disallow the expect argument in QUnit.test | β | ||
no-throws-string | disallow assert.throws() with block, string, and message args | β | ||
require-expect | enforce that expect is called | β | ||
require-object-in-propequal | enforce use of objects as expected value in assert.propEqual | β | ||
resolve-async | require that async calls are resolved | β |
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
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:
FAQs
ESLint plugin containing rules useful for QUnit tests.
The npm package eslint-plugin-qunit receives a total of 101,941 weekly downloads. As such, eslint-plugin-qunit popularity was classified as popular.
We found that eslint-plugin-qunit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socketβs threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.