{"id":14978319,"url":"https://github.com/natterstefan/eslint-config-ns","last_synced_at":"2025-10-28T08:32:11.907Z","repository":{"id":43494449,"uuid":"135070427","full_name":"natterstefan/eslint-config-ns","owner":"natterstefan","description":"ESLint config ready to be used in multiple projects. Based on Airbnb's code style with prettier, jest and react support.","archived":false,"fork":false,"pushed_at":"2023-07-31T19:54:29.000Z","size":1917,"stargazers_count":28,"open_issues_count":23,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-17T05:56:25.938Z","etag":null,"topics":["eslint","eslint-config","jest","prettier","prettier-config","prettier-eslint","react","react-hooks","stylelint","stylelint-config"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/eslint-config-ns","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/natterstefan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["natterstefan"],"patreon":"natterstefan","custom":["https://www.paypal.me/natterstefan","https://www.buymeacoffee.com/natterstefan"]}},"created_at":"2018-05-27T18:13:20.000Z","updated_at":"2023-09-04T09:26:07.000Z","dependencies_parsed_at":"2024-06-18T18:11:31.800Z","dependency_job_id":"7f30e031-5a87-4caa-aa5b-8e03eae8c562","html_url":"https://github.com/natterstefan/eslint-config-ns","commit_stats":{"total_commits":141,"total_committers":4,"mean_commits":35.25,"dds":"0.22695035460992907","last_synced_commit":"764a0abbdb7403215493f09974661e2726d2a6d6"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Feslint-config-ns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Feslint-config-ns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Feslint-config-ns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Feslint-config-ns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natterstefan","download_url":"https://codeload.github.com/natterstefan/eslint-config-ns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238623564,"owners_count":19503060,"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":["eslint","eslint-config","jest","prettier","prettier-config","prettier-eslint","react","react-hooks","stylelint","stylelint-config"],"created_at":"2024-09-24T13:57:22.554Z","updated_at":"2025-10-28T08:32:11.515Z","avatar_url":"https://github.com/natterstefan.png","language":"JavaScript","funding_links":["https://github.com/sponsors/natterstefan","https://patreon.com/natterstefan","https://www.paypal.me/natterstefan","https://www.buymeacoffee.com/natterstefan"],"categories":[],"sub_categories":[],"readme":"# eslint-config\n\n[![GitHub issues](https://img.shields.io/github/issues/natterstefan/eslint-config-ns)](https://github.com/natterstefan/eslint-config-ns/issues)\n[![GitHub stars](https://img.shields.io/github/stars/natterstefan/eslint-config-ns)](https://github.com/natterstefan/eslint-config-ns/stargazers)\n[![GitHub license](https://img.shields.io/github/license/natterstefan/eslint-config-ns)](https://github.com/natterstefan/eslint-config-ns/blob/main/LICENSE)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n![natterstefan/eslint-config-ns](./assets/github.png)\n\n## Packages\n\nThis monorepo contains multiple packages. Take a look at their READMEs for more\ndetails.\n\n- [eslint-config-ns-base](./packages/eslint-config-ns-base/README.md)\n- [eslint-config-ns](./packages/eslint-config-ns/README.md)\n- [eslint-config-ns-ts-base](./packages/eslint-config-ns-ts-base/README.md)\n- [eslint-config-ns-ts](./packages/eslint-config-ns-ts/README.md)\n\n### How are they related to each other?\n\n### JavaScript\n\n- `eslint-config-ns-base` is the base package for JavaScript projects.\n- `eslint-config-ns` extends `eslint-config-ns-base` package and can be used in\n  React projects.\n\n### TypeScript\n\n- `eslint-config-ns-ts-base` extends `eslint-config-ns-base` package and is the\n  base package for TypeScript projects.\n- `eslint-config-ns-ts` is the last one in the chain and extends\n  `eslint-config-ns-ts-base` and is best used in React TypeScript projects.\n\n## How to release\n\nThis repository uses GitHub Actions\n([debug locally](https://github.com/nektos/act)) to create a release and update\nthe [CHANGELOG](CHANGELOG.md). The implementation is inspired and based on\n[github.com/babel/actions](https://github.com/babel/actions/tree/bb571b895aa20aaa3ee4ef58adcde364416acc9a).\n\nEither push the tags after running this command to origin, or run the release\nworkflow manually on GitHub.\n\n### Manually trigger release\n\n```bash\nyarn lerna:version\ngit push --follow-tags\n# wait until GitHub Action finishes and then run\nyarn lerna:publish\n```\n\n### Manually create Changelog entry\n\n```bash\nnpx lerna-changelog --from \u003ctag\u003e --to \u003ctag\u003e\n```\n\n### Automatically with GitHub Actions\n\nManually invoke the\n[GitHub Action release](https://github.com/natterstefan/eslint-config-ns/actions/workflows/release.yml)\nand wait until it finishes.\n\nOnce the release was created with GitHub Actions, publish the packages manually\nto npm with `yarn lerna:publish`.\n\nAttention: make sure the Pull Requests have labels _before_ you merge them. The\nlabel (e.g. `enhancement` and `bug`) will be used to create the CHANGELOG.\n\n## LICENSE\n\n[MIT](LICENSE)\n\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/natterstefan\"\u003e\n          \u003cimg width=\"150\" height=\"150\" src=\"https://github.com/natterstefan.png?v=3\u0026s=150\"\u003e\n          \u003c/br\u003e\n          Stefan Natter\n        \u003c/a\u003e\n        \u003cdiv\u003e\n          \u003ca href=\"https://twitter.com/natterstefan\"\u003e\n            \u003cimg src=\"https://img.shields.io/twitter/follow/natterstefan.svg?style=social\u0026label=Follow\" /\u003e\n          \u003c/a\u003e\n        \u003c/div\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003ctbody\u003e\n\u003c/table\u003e\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatterstefan%2Feslint-config-ns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatterstefan%2Feslint-config-ns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatterstefan%2Feslint-config-ns/lists"}