{"id":19499517,"url":"https://github.com/stackbit/eslint-config","last_synced_at":"2025-02-25T21:17:53.523Z","repository":{"id":57162343,"uuid":"199863717","full_name":"stackbit/eslint-config","owner":"stackbit","description":"Stackbit's shareable config for ESLint","archived":false,"fork":false,"pushed_at":"2019-08-05T15:02:24.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T05:04:10.773Z","etag":null,"topics":["config","linting"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@stackbit/eslint-config","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/stackbit.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}},"created_at":"2019-07-31T13:39:41.000Z","updated_at":"2019-08-05T15:02:26.000Z","dependencies_parsed_at":"2022-09-10T07:01:04.055Z","dependency_job_id":null,"html_url":"https://github.com/stackbit/eslint-config","commit_stats":null,"previous_names":["stackbithq/eslint-config"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbit%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbit%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbit%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbit%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackbit","download_url":"https://codeload.github.com/stackbit/eslint-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240746953,"owners_count":19850998,"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":["config","linting"],"created_at":"2024-11-10T22:04:41.307Z","updated_at":"2025-02-25T21:17:53.487Z","avatar_url":"https://github.com/stackbit.png","language":"JavaScript","readme":"# eslint-config [![NPM version](https://img.shields.io/npm/v/@stackbit/eslint-config.svg)](https://www.npmjs.com/package/@stackbit/eslint-config)\n\nStackbit's [shareable config](https://eslint.org/docs/developer-guide/shareable-configs) for [ESLint](https://eslint.org/)\n\n## Installation\n\nInstall ESLint and `@stackbit/eslint-config`:\n\n```\nnpm install --save-dev eslint @stackbit/eslint-config\n```\n\n### Prettier\n\n`@stackbit/eslint-config` should be used in conjunction with [Prettier](https://prettier.io/). See the [`@stackbit/prettier-config` installation guide](https://github.com/stackbithq/prettier-config#installation) for more details.\n\n## Usage\nStackbit's ESLint rules come bundled in `@stackbit/eslint-config`. To enable these rules, add an `eslintConfig` property in your `package.json`. See the [ESLint configuration docs](https://eslint.org/docs/user-guide/configuring) for more details.\n\n```json\n\"eslintConfig\": {\n  \"extends\": [\"@stackbit\"]\n}\n```\n\nNow you can run ESLint by adding the following scripts to your `package.json`. See the [ESLint CLI docs](https://eslint.org/docs/user-guide/command-line-interface) for more details.\n\n```json\n\"scripts\": {\n  \"lint:js\": \"eslint --cache --ext .js,.jsx .\",\n  \"format:js\": \"npm run lint:js -- --fix\"\n}\n```\n\nLint it:\n\n```\nnpm run lint:js\n```\n\nFormat it:\n\n```\nnpm run format:js\n```\n\n## [CHANGELOG](CHANGELOG.md)\n\n## [LICENSE](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbit%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackbit%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbit%2Feslint-config/lists"}