{"id":24181679,"url":"https://github.com/qunitjs/eslint-plugin-qunit","last_synced_at":"2026-02-07T09:00:56.089Z","repository":{"id":1108193,"uuid":"39692351","full_name":"qunitjs/eslint-plugin-qunit","owner":"qunitjs","description":"ESLint plugin containing rules useful for QUnit tests.","archived":false,"fork":false,"pushed_at":"2025-11-24T13:19:51.000Z","size":2873,"stargazers_count":31,"open_issues_count":34,"forks_count":24,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-11T17:20:55.819Z","etag":null,"topics":["eslint-plugin","qunit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qunitjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-07-25T15:47:47.000Z","updated_at":"2025-09-08T20:30:58.000Z","dependencies_parsed_at":"2024-02-10T23:25:39.206Z","dependency_job_id":"0d7e78c1-59b1-4f07-ac3e-0eb827a19780","html_url":"https://github.com/qunitjs/eslint-plugin-qunit","commit_stats":{"total_commits":445,"total_committers":20,"mean_commits":22.25,"dds":0.5370786516853933,"last_synced_commit":"2a1dd537d0d97d5f93ff30a69b132dff88dfde4d"},"previous_names":["qunitjs/eslint-plugin-qunit","platinumazure/eslint-plugin-qunit"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/qunitjs/eslint-plugin-qunit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qunitjs%2Feslint-plugin-qunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qunitjs%2Feslint-plugin-qunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qunitjs%2Feslint-plugin-qunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qunitjs%2Feslint-plugin-qunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qunitjs","download_url":"https://codeload.github.com/qunitjs/eslint-plugin-qunit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qunitjs%2Feslint-plugin-qunit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint-plugin","qunit"],"created_at":"2025-01-13T07:05:02.563Z","updated_at":"2026-02-07T09:00:56.071Z","avatar_url":"https://github.com/qunitjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-qunit\n\n[![NPM version](https://img.shields.io/npm/v/eslint-plugin-qunit.svg?style=flat)](https://npmjs.org/package/eslint-plugin-qunit)\n![CI](https://github.com/platinumazure/eslint-plugin-qunit/workflows/CI/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/platinumazure/eslint-plugin-qunit/badge.svg?branch=main\u0026service=github)](https://coveralls.io/github/platinumazure/eslint-plugin-qunit?branch=main)\n[![Join the chat at https://gitter.im/platinumazure/eslint-plugin-qunit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/platinumazure/eslint-plugin-qunit?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nESLint plugin containing rules useful for QUnit tests.\n\n## Configurations\n\nYou can extend from a configuration in order to simplify manual configuration of plugin rules in your project.\n\nFor more details on how to extend your configuration from a plugin configuration, please see the [ESLint plugin configuration documentation](https://eslint.org/docs/user-guide/configuring#using-the-configuration-from-a-plugin).\n\n| | Name | Description |\n| :--- | :--- | :--- |\n| ✅  | `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` or `eslint.config.ts` flat config, load from `require('eslint-plugin-qunit/configs/recommended')`. |\n\n```ts\n// eslint.config.ts\nimport eslintPluginQunitRecommended from 'eslint-plugin-qunit/configs/recommended';\n\nexport default [\n  eslintPluginQunitRecommended,\n];\n```\n\n## Rules\n\n\u003c!-- begin auto-generated rules list --\u003e\n\n💼 [Configurations](https://github.com/platinumazure/eslint-plugin-qunit/blob/main/README.md#configurations) enabled in.\\\n✅ Set in the `recommended` [configuration](https://github.com/platinumazure/eslint-plugin-qunit/blob/main/README.md#configurations).\\\n🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\\\n💡 Manually fixable by [editor suggestions](https://eslint.org/docs/latest/use/core-concepts#rule-suggestions).\n\n| Name                                                                           | Description                                                             | 💼 | 🔧 | 💡 |\n| :----------------------------------------------------------------------------- | :---------------------------------------------------------------------- | :- | :- | :- |\n| [assert-args](docs/rules/assert-args.md)                                       | enforce that the correct number of assert arguments are used            | ✅  |    |    |\n| [literal-compare-order](docs/rules/literal-compare-order.md)                   | enforce comparison assertions have arguments in the right order         | ✅  | 🔧 |    |\n| [no-arrow-tests](docs/rules/no-arrow-tests.md)                                 | disallow arrow functions as QUnit test/module callbacks                 |    | 🔧 |    |\n| [no-assert-equal](docs/rules/no-assert-equal.md)                               | disallow the use of assert.equal                                        | ✅  |    | 💡 |\n| [no-assert-equal-boolean](docs/rules/no-assert-equal-boolean.md)               | require use of boolean assertions                                       | ✅  | 🔧 |    |\n| [no-assert-logical-expression](docs/rules/no-assert-logical-expression.md)     | disallow binary logical expressions in assert arguments                 | ✅  |    |    |\n| [no-assert-ok](docs/rules/no-assert-ok.md)                                     | disallow the use of assert.ok/assert.notOk                              |    |    |    |\n| [no-async-in-loops](docs/rules/no-async-in-loops.md)                           | disallow async calls in loops                                           | ✅  |    |    |\n| [no-async-module-callbacks](docs/rules/no-async-module-callbacks.md)           | disallow async module callbacks                                         | ✅  |    |    |\n| [no-async-test](docs/rules/no-async-test.md)                                   | disallow the use of asyncTest or QUnit.asyncTest                        | ✅  |    |    |\n| [no-commented-tests](docs/rules/no-commented-tests.md)                         | disallow commented tests                                                | ✅  |    |    |\n| [no-compare-relation-boolean](docs/rules/no-compare-relation-boolean.md)       | disallow comparing relational expressions to booleans in assertions     | ✅  | 🔧 |    |\n| [no-conditional-assertions](docs/rules/no-conditional-assertions.md)           | disallow assertions within if statements or conditional expressions     | ✅  |    |    |\n| [no-early-return](docs/rules/no-early-return.md)                               | disallow early return in tests                                          | ✅  |    |    |\n| [no-global-assertions](docs/rules/no-global-assertions.md)                     | disallow global QUnit assertions                                        | ✅  |    |    |\n| [no-global-expect](docs/rules/no-global-expect.md)                             | disallow global expect                                                  | ✅  |    |    |\n| [no-global-module-test](docs/rules/no-global-module-test.md)                   | disallow global module/test/asyncTest                                   | ✅  |    |    |\n| [no-global-stop-start](docs/rules/no-global-stop-start.md)                     | disallow global stop/start                                              | ✅  |    |    |\n| [no-hooks-from-ancestor-modules](docs/rules/no-hooks-from-ancestor-modules.md) | disallow the use of hooks from ancestor modules                         | ✅  |    |    |\n| [no-identical-names](docs/rules/no-identical-names.md)                         | disallow identical test and module names                                | ✅  |    |    |\n| [no-init](docs/rules/no-init.md)                                               | disallow use of QUnit.init                                              | ✅  |    |    |\n| [no-jsdump](docs/rules/no-jsdump.md)                                           | disallow use of QUnit.jsDump                                            | ✅  |    |    |\n| [no-loose-assertions](docs/rules/no-loose-assertions.md)                       | disallow the use of assert.equal/assert.ok/assert.notEqual/assert.notOk |    |    |    |\n| [no-negated-ok](docs/rules/no-negated-ok.md)                                   | disallow negation in assert.ok/assert.notOk                             | ✅  | 🔧 |    |\n| [no-nested-tests](docs/rules/no-nested-tests.md)                               | disallow nested QUnit.test() calls                                      | ✅  |    |    |\n| [no-ok-equality](docs/rules/no-ok-equality.md)                                 | disallow equality comparisons in assert.ok/assert.notOk                 | ✅  | 🔧 |    |\n| [no-only](docs/rules/no-only.md)                                               | disallow QUnit.only                                                     | ✅  |    |    |\n| [no-qunit-push](docs/rules/no-qunit-push.md)                                   | disallow QUnit.push                                                     | ✅  |    |    |\n| [no-qunit-start-in-tests](docs/rules/no-qunit-start-in-tests.md)               | disallow QUnit.start() within tests or test hooks                       | ✅  |    |    |\n| [no-qunit-stop](docs/rules/no-qunit-stop.md)                                   | disallow QUnit.stop                                                     | ✅  |    |    |\n| [no-reassign-log-callbacks](docs/rules/no-reassign-log-callbacks.md)           | disallow overwriting of QUnit logging callbacks                         | ✅  |    |    |\n| [no-reset](docs/rules/no-reset.md)                                             | disallow QUnit.reset                                                    | ✅  |    |    |\n| [no-setup-teardown](docs/rules/no-setup-teardown.md)                           | disallow setup/teardown module hooks                                    | ✅  | 🔧 |    |\n| [no-skip](docs/rules/no-skip.md)                                               | disallow QUnit.skip                                                     |    |    |    |\n| [no-test-expect-argument](docs/rules/no-test-expect-argument.md)               | disallow the expect argument in QUnit.test                              | ✅  |    |    |\n| [no-throws-string](docs/rules/no-throws-string.md)                             | disallow assert.throws() with block, string, and message args           | ✅  |    |    |\n| [require-expect](docs/rules/require-expect.md)                                 | enforce that `expect` is called                                         | ✅  |    |    |\n| [require-object-in-propequal](docs/rules/require-object-in-propequal.md)       | enforce use of objects as expected value in `assert.propEqual`          | ✅  |    |    |\n| [resolve-async](docs/rules/resolve-async.md)                                   | require that async calls are resolved                                   | ✅  |    |    |\n\n\u003c!-- end auto-generated rules list --\u003e\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/platinumazure\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/284282?v=3?s=100\" width=\"100px;\" alt=\"Kevin Partington\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKevin Partington\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=platinumazure\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=platinumazure\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=platinumazure\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Aplatinumazure\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#example-platinumazure\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/pulls?q=is%3Apr+reviewed-by%3Aplatinumazure\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://jordaneldredge.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/162735?v=3?s=100\" width=\"100px;\" alt=\"Jordan Eldredge\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJordan Eldredge\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=captbaritone\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#question-captbaritone\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mitchlloyd\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15169?v=3?s=100\" width=\"100px;\" alt=\"Mitch Lloyd\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMitch Lloyd\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=mitchlloyd\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=mitchlloyd\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=mitchlloyd\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jmainz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6665906?v=3?s=100\" width=\"100px;\" alt=\"John Mainz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Mainz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=jmainz\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Ajmainz\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Turbo87\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/141300?v=3?s=100\" width=\"100px;\" alt=\"Tobias Bieniek\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTobias Bieniek\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=Turbo87\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=Turbo87\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=Turbo87\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/netweb\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1016458?v=3?s=100\" width=\"100px;\" alt=\"Stephen Edgar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eStephen Edgar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Antwb\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://timotijhof.net\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/156867?v=4?s=100\" width=\"100px;\" alt=\"Timo Tijhof\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTimo Tijhof\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=Krinkle\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-Krinkle\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/edg2s\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/180672?v=4?s=100\" width=\"100px;\" alt=\"Ed S\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEd S\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Aedg2s\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=edg2s\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Techn1x\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1049837?v=4?s=100\" width=\"100px;\" alt=\"Brad Overton\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrad Overton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3ATechn1x\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=Techn1x\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://sha.nemart.in\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/95600?v=4?s=100\" width=\"100px;\" alt=\"Shane Martin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eShane Martin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Ashamrt\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ventuno\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/5890858?v=4?s=100\" width=\"100px;\" alt=\"ventuno\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eventuno\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=ventuno\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Krysthalia\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/38167520?v=4?s=100\" width=\"100px;\" alt=\"Anne-Gaëlle Schall\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnne-Gaëlle Schall\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3AKrysthalia\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/180990?v=4?s=100\" width=\"100px;\" alt=\"Steve Calvert\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSteve Calvert\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=scalvert\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aliaksandr-yermalayeu\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/14282348?v=4?s=100\" width=\"100px;\" alt=\"Aliaksandr Yermalayeu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAliaksandr Yermalayeu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=aliaksandr-yermalayeu\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/bmish\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/698306?v=4?s=100\" width=\"100px;\" alt=\"Bryan Mishkin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBryan Mishkin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Abmish\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=bmish\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=bmish\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-bmish\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://xhmikosr.io/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/349621?v=4?s=100\" width=\"100px;\" alt=\"XhmikosR\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eXhmikosR\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3AXhmikosR\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/andreyfel\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/9370878?v=4?s=100\" width=\"100px;\" alt=\"Andrey Fel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrey Fel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Aandreyfel\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/raycohen\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20404?v=4?s=100\" width=\"100px;\" alt=\"Ray Cohen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRay Cohen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Araycohen\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=raycohen\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/DBattou\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16645938?v=4?s=100\" width=\"100px;\" alt=\"Baptiste Doucerain\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBaptiste Doucerain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=DBattou\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ddzz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3535749?v=4?s=100\" width=\"100px;\" alt=\"Darius Dzien\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDarius Dzien\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-ddzz\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dwickern\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/752885?v=4?s=100\" width=\"100px;\" alt=\"Derek Wickern\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDerek Wickern\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/issues?q=author%3Adwickern\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/platinumazure/eslint-plugin-qunit/commits?author=dwickern\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n\u003c!-- markdownlint-disable line-length --\u003e\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!\n\n## Semantic Versioning Policy\n\nLike ESLint itself, this ESLint plugin follows [semantic versioning](https://semver.org). 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:\n\n* Patch release (intended not to break your lint build)\n  * A bug fix in a plugin rule that results in ESLint reporting fewer errors.\n  * Improvements to documentation.\n  * Non-user-facing changes such as refactoring code; adding, deleting, or modifying tests; and increasing test coverage.\n  * Re-releasing after a failed release (i.e., after having published a release that doesn't work for anyone).\n* Minor release (might break your lint build)\n  * A bug fix in a rule that results in ESLint reporting more errors.\n  * A new rule is created (without being added to plugin configuration).\n  * A new option to an existing rule is created (without any default options changing).\n  * A new plugin configuration is created.\n  * An existing rule is deprecated.\n* Major release (likely to break your lint build)\n  * An existing plugin configuration is changed in any way, including but not limited to:\n    * A new rule is added to the configuration.\n    * A rule is removed from the configuration.\n    * The options used in configuration for a rule are changed\n  * An existing rule is removed.\n  * A backward-incompatible change is made to the options of a rule.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqunitjs%2Feslint-plugin-qunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqunitjs%2Feslint-plugin-qunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqunitjs%2Feslint-plugin-qunit/lists"}