{"id":21301706,"url":"https://github.com/funbox/eslint-config","last_synced_at":"2025-07-11T20:31:15.911Z","repository":{"id":42678323,"uuid":"277777070","full_name":"funbox/eslint-config","owner":"funbox","description":"ESLint rules that follow our style guide","archived":false,"fork":false,"pushed_at":"2024-02-28T10:25:34.000Z","size":425,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-03T21:39:27.338Z","etag":null,"topics":["eslint","eslint-config"],"latest_commit_sha":null,"homepage":"","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/funbox.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-07-07T09:42:46.000Z","updated_at":"2024-01-12T18:14:04.000Z","dependencies_parsed_at":"2024-06-18T22:33:02.052Z","dependency_job_id":"9be3bd3d-43a0-48ea-bdee-95fb1f64eee8","html_url":"https://github.com/funbox/eslint-config","commit_stats":{"total_commits":120,"total_committers":15,"mean_commits":8.0,"dds":0.6083333333333334,"last_synced_commit":"0dea20df96d89a70342a9617415253b10cbaf347"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/funbox/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funbox","download_url":"https://codeload.github.com/funbox/eslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892149,"owners_count":23679239,"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"],"created_at":"2024-11-21T15:50:27.115Z","updated_at":"2025-07-11T20:31:10.902Z","avatar_url":"https://github.com/funbox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @funboxteam/eslint-config\n\n[![npm](https://img.shields.io/npm/v/@funboxteam/eslint-config.svg)](https://www.npmjs.com/package/@funboxteam/eslint-config)\n\nESLint rules that follow our style guide.\n\nBased on the well-known [Airbnb JS Style Guide](https://github.com/airbnb/javascript).\n\n[По-русски](./README.ru.md)\n\n## Installation\n\n```bash\nnpm install --save-dev @funboxteam/eslint-config\n``` \n\n## Usage\n\nInclude into a project config using flag [-c](http://eslint.org/docs/user-guide/command-line-interface#-c---config),\nand pass paths for files as arguments:\n\n```sh\neslint -c node_modules/@funboxteam/eslint-config/.eslintrc.js src/app src/sandbox\n```\n\nTo lint tests files use the separated config:\n\n```sh \neslint -c node_modules/@funboxteam/eslint-config/.eslintrc.tests.js src/tests\n```\n\nAlso you can create your own `.eslintrc.js` and extend this config there: \n\n```js\nmodule.exports = {\n  extends: '@funboxteam',\n  env: {\n    browser: true\n  },\n  globals: {\n    fetcher: 'readonly',\n    System: 'readonly',\n    moment: 'readonly'\n  },\n  settings: {\n    'import/resolver': {\n      webpack: {\n        config: 'config/webpack.config.dev.js',\n      }\n    }\n  },\n}\n```\n\nSame for tests' config:\n\n```\nmodule.exports = {\n  extends: '@funboxteam/eslint-config/tests',\n  globals: {\n    __utils__: 'readonly',\n  }\n}\n``` \n\nRead more about `.eslintrc.js` in [ESLint docs](https://eslint.org/docs/user-guide/configuring).\n\n[![Sponsored by FunBox](https://funbox.ru/badges/sponsored_by_funbox_centered.svg)](https://funbox.ru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunbox%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Feslint-config/lists"}