{"id":25360171,"url":"https://github.com/mainmatter/eslint-plugin-qunit-dom","last_synced_at":"2025-10-29T23:31:49.683Z","repository":{"id":36973599,"uuid":"303732946","full_name":"mainmatter/eslint-plugin-qunit-dom","owner":"mainmatter","description":"An ESLint plugin for qunit-dom that automatically fixes the most common issues.","archived":false,"fork":false,"pushed_at":"2024-10-23T16:51:57.000Z","size":1614,"stargazers_count":2,"open_issues_count":13,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-23T23:47:50.395Z","etag":null,"topics":["ember","emberjs","eslint","eslint-plugin","hacktoberfest","qunit","qunit-dom"],"latest_commit_sha":null,"homepage":"https://npmjs.org/package/eslint-plugin-qunit-dom","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/mainmatter.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}},"created_at":"2020-10-13T14:37:49.000Z","updated_at":"2024-05-09T12:38:48.000Z","dependencies_parsed_at":"2023-12-23T13:07:12.648Z","dependency_job_id":"e6264a60-36e9-4403-81dc-bfccdc5d4c39","html_url":"https://github.com/mainmatter/eslint-plugin-qunit-dom","commit_stats":{"total_commits":418,"total_committers":10,"mean_commits":41.8,"dds":"0.11244019138755978","last_synced_commit":"b0bc10cc66f180ec0d7a5c5f8dc8503012af037b"},"previous_names":["simplabs/eslint-plugin-qunit-dom"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainmatter%2Feslint-plugin-qunit-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainmatter%2Feslint-plugin-qunit-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainmatter%2Feslint-plugin-qunit-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainmatter%2Feslint-plugin-qunit-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mainmatter","download_url":"https://codeload.github.com/mainmatter/eslint-plugin-qunit-dom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238861157,"owners_count":19542906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ember","emberjs","eslint","eslint-plugin","hacktoberfest","qunit","qunit-dom"],"created_at":"2025-02-14T21:28:24.998Z","updated_at":"2025-10-29T23:31:44.359Z","avatar_url":"https://github.com/mainmatter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"eslint-plugin-qunit-dom\n==============================================================================\n\nAn ESLint plugin for [qunit-dom] that automatically fixes the most common issues.\n\n[qunit-dom]: https://github.com/Mainmatter/qunit-dom\n\nCompatibility\n------------------------------------------------------------------------------\n\n- [ESLint](https://eslint.org/) 7.0.0 or above\n- [Node.js](https://nodejs.org/) 12.x or above\n\nInstallation\n------------------------------------------------------------------------------\n\n```shell\nyarn add --dev eslint-plugin-qunit-dom\n```\n\nOr\n\n```shell\nnpm install --save-dev eslint-plugin-qunit-dom\n```\n\nUsage\n------------------------------------------------------------------------------\n\nModify your `.eslintrc.js` by adding the `plugin:qunit-dom/recommended` config\nto the `extends` list:\n\n```js\n// .eslintrc.js\nmodule.exports = {\n  extends: [\n    // ...\n    'plugin:qunit-dom/recommended'\n  ],\n};\n```\n\nRules\n------------------------------------------------------------------------------\n\n\u003c!-- begin auto-generated rules list --\u003e\n\n💼 Configurations enabled in.\\\n✅ Set in the `recommended` configuration.\\\n🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\n\n| Name                                                | Description                                           | 💼 | 🔧 |\n| :-------------------------------------------------- | :---------------------------------------------------- | :- | :- |\n| [no-checked-selector](rules/no-checked-selector.md) | disallow use of `assert.dom('.foo:checked').exists()` | ✅  | 🔧 |\n| [no-ok-find](rules/no-ok-find.md)                   | disallow use of `assert.ok(find(...))`                | ✅  | 🔧 |\n| [require-assertion](rules/require-assertion.md)     | require at least one assertion on `assert.dom()`      | ✅  | 🔧 |\n\n\u003c!-- end auto-generated rules list --\u003e\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is developed by and \u0026copy; [Mainmatter GmbH](http://mainmatter.com)\nand contributors. It is released under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainmatter%2Feslint-plugin-qunit-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainmatter%2Feslint-plugin-qunit-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainmatter%2Feslint-plugin-qunit-dom/lists"}