{"id":19134981,"url":"https://github.com/will-stone/eslint-config","last_synced_at":"2026-02-15T15:21:46.672Z","repository":{"id":198914127,"uuid":"701824358","full_name":"will-stone/eslint-config","owner":"will-stone","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-28T20:11:26.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T06:00:37.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/will-stone.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":"2023-10-07T17:03:19.000Z","updated_at":"2024-05-06T21:43:47.921Z","dependencies_parsed_at":null,"dependency_job_id":"ba9c1269-d5ec-451a-8552-66605f714b31","html_url":"https://github.com/will-stone/eslint-config","commit_stats":null,"previous_names":["will-stone/eslint-config"],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/will-stone","download_url":"https://codeload.github.com/will-stone/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240214610,"owners_count":19766263,"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":[],"created_at":"2024-11-09T06:28:47.122Z","updated_at":"2026-02-15T15:21:46.665Z","avatar_url":"https://github.com/will-stone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @will-stone/eslint-config\n\nMy personal [ESLint](https://eslint.org/) config.\n\n## Usage\n\n### Install\n\n```bash\npnpm add -D eslint @will-stone/eslint-config\n```\n\n### Optional Peer Dependencies\n\nIf you are using any of the following packages, you will also need to install the corresponding\nplugin.\n\n| Package       | Plugin                                          |\n| ------------- | ----------------------------------------------- |\n| `astro`       | `astro-eslint-parser eslint-plugin-astro`       |\n| `react`       | `eslint-plugin-react eslint-plugin-react-hooks` |\n| `tailwindcss` | `eslint-plugin-tailwindcss`                     |\n| `vitest`      | `@vitest/eslint-plugin`                         |\n\n### Create config file\n\n```js\n// eslint.config.js\nimport config from '@will-stone/eslint-config'\n\nexport default config()\n```\n\n### Add script for package.json\n\nFor example:\n\n```json\n{\n  \"scripts\": {\n    \"lint\": \"eslint .\"\n  }\n}\n```\n\n### Lint Staged\n\nIf you would like to apply lint and auto-fix before every commit, you can add the following to your\n`package.json`:\n\n```json\n{\n  \"lint-staged\": {\n    \"*.{js,jsx,ts,tsx,json}\": [\"eslint --fix\"]\n  }\n}\n```\n\nand then\n\n```bash\npnpm add -D husky lint-staged\npnpm husky init\necho \"lint-staged\" \u003e .husky/pre-commit\n```\n\n## Credits\n\nInspired by the excellent [Flat eslint-config](https://github.com/antfu/eslint-config) by\n[Anthony Fu](https://github.com/antfu).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill-stone%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwill-stone%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill-stone%2Feslint-config/lists"}