{"id":28672886,"url":"https://github.com/form8ion/eslint-config-vitest","last_synced_at":"2026-06-11T08:01:18.712Z","repository":{"id":284034921,"uuid":"953622172","full_name":"form8ion/eslint-config-vitest","owner":"form8ion","description":"shareable config for ESLint for Vitest test files","archived":false,"fork":false,"pushed_at":"2026-06-09T23:34:09.000Z","size":445,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-10T01:13:13.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npm.im/@form8ion/eslint-config-vitest","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/form8ion.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-23T19:19:16.000Z","updated_at":"2026-06-09T17:58:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"a38394b6-4ade-4ccd-8ad6-9f84d806e689","html_url":"https://github.com/form8ion/eslint-config-vitest","commit_stats":null,"previous_names":["form8ion/eslint-config-vitest"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/form8ion/eslint-config-vitest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Feslint-config-vitest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Feslint-config-vitest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Feslint-config-vitest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Feslint-config-vitest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/form8ion","download_url":"https://codeload.github.com/form8ion/eslint-config-vitest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Feslint-config-vitest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-06-13T20:01:12.978Z","updated_at":"2026-06-11T08:01:18.707Z","avatar_url":"https://github.com/form8ion.png","language":"JavaScript","funding_links":[],"categories":["Shareable Config"],"sub_categories":["Core"],"readme":"# eslint-config-vitest\n\nshareable config for ESLint for Vitest test files\n\n\u003c!--status-badges start --\u003e\n\n[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]\n![SLSA Level 2][slsa-badge]\n\n\u003c!--status-badges end --\u003e\n\n## Table of Contents\n\n* [Usage](#usage)\n  * [Installation](#installation)\n  * [Example](#example)\n* [Contributing](#contributing)\n  * [Dependencies](#dependencies)\n  * [Verification](#verification)\n\n## Usage\n\n\u003c!--consumer-badges start --\u003e\n\n[![npm][npm-badge]][npm-link]\n[![Try @form8ion/eslint-config-vitest on RunKit][runkit-badge]][runkit-link]\n[![license][license-badge]][license-link]\n![node][node-badge]\n\n\u003c!--consumer-badges end --\u003e\n\n### Installation\n\n```sh\n$ npm install @form8ion/eslint-config-vitest --save-dev\n```\n\n### Example\n\n```javascript\nmodule.exports = {\n  extends: [\n    '@form8ion',\n    '@form8ion/vitest'\n  ]\n}\n```\n\n## Contributing\n\n\u003c!--contribution-badges start --\u003e\n\n[![Commitizen friendly][commitizen-badge]][commitizen-link]\n[![Conventional Commits][commit-convention-badge]][commit-convention-link]\n[![Renovate][renovate-badge]][renovate-link]\n[![PRs Welcome][PRs-badge]][PRs-link]\n[![semantic-release: angular][semantic-release-badge]][semantic-release-link]\n\n\u003c!--contribution-badges end --\u003e\n\n### Dependencies\n\n```sh\n$ nvm install\n$ npm install\n```\n\n### Verification\n\n```sh\n$ npm test\n```\n\n[github-actions-ci-link]: https://github.com/form8ion/eslint-config-vitest/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster\n\n[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/eslint-config-vitest/node-ci.yml.svg?branch=master\u0026logo=github\n\n[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg\n\n[commitizen-link]: http://commitizen.github.io/cz-cli/\n\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n\n[commit-convention-link]: https://conventionalcommits.org\n\n[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n\n[renovate-link]: https://renovatebot.com\n\n[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot\n\n[PRs-link]: https://makeapullrequest.com\n\n[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n\n[semantic-release-link]: https://github.com/semantic-release/semantic-release\n\n[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\n\n[npm-link]: https://www.npmjs.com/package/@form8ion/eslint-config-vitest\n\n[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config-vitest?logo=npm\n\n[runkit-link]: https://npm.runkit.com/@form8ion/eslint-config-vitest\n\n[runkit-badge]: https://badge.runkitcdn.com/@form8ion/eslint-config-vitest.svg\n\n[license-link]: LICENSE\n\n[license-badge]: https://img.shields.io/github/license/form8ion/eslint-config-vitest.svg?logo=opensourceinitiative\n\n[node-badge]: https://img.shields.io/node/v/@form8ion/eslint-config-vitest?logo=node.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Feslint-config-vitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fform8ion%2Feslint-config-vitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Feslint-config-vitest/lists"}