{"id":18332504,"url":"https://github.com/cellular/eslint-config-cellular","last_synced_at":"2025-04-09T18:35:51.530Z","repository":{"id":66017042,"uuid":"120779409","full_name":"cellular/eslint-config-cellular","owner":"cellular","description":"ESLint config used at CELLULAR","archived":false,"fork":false,"pushed_at":"2020-11-17T17:05:43.000Z","size":440,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T11:19:46.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cellular.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}},"created_at":"2018-02-08T15:29:28.000Z","updated_at":"2020-11-17T17:05:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8d03dd8-122f-4eae-b0ea-3545c8a599bb","html_url":"https://github.com/cellular/eslint-config-cellular","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Feslint-config-cellular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Feslint-config-cellular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Feslint-config-cellular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Feslint-config-cellular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cellular","download_url":"https://codeload.github.com/cellular/eslint-config-cellular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088566,"owners_count":21045740,"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-05T19:39:15.049Z","updated_at":"2025-04-09T18:35:51.515Z","avatar_url":"https://github.com/cellular.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-cellular\n\n[![Build Status](https://travis-ci.org/cellular/eslint-config-cellular.svg?branch=master)](https://travis-ci.org/cellular/eslint-config-cellular)\n[![Greenkeeper badge](https://badges.greenkeeper.io/cellular/eslint-config-cellular.svg)](https://greenkeeper.io/)\n[![version](https://img.shields.io/npm/v/eslint-config-cellular.svg)](http://npm.im/eslint-config-cellular)\n\n\nESLint config used at [CELLULAR](https://www.cellular.de).\n## Usage\n\nInstall the conventions by running:\n\n```\nnpm install --save-dev eslint eslint-config-cellular\n```\n\nThen add the extends to your `.eslintrc`:\n\n```json\n{\n  \"extends\": \"cellular\"\n}\n```\n\n## Rules\n\nThis config uses `eslint:recommended` and the default rules of the following plugins:\n\n* [import](https://www.npmjs.com/package/eslint-plugin-import)\n* [filenames](https://www.npmjs.com/package/eslint-plugin-filenames)\n* [prettier](https://www.npmjs.com/package/eslint-plugin-prettier)\n* [react](https://www.npmjs.com/package/eslint-plugin-react) (if react or preact is a dependency)\n* [flowtype](https://www.npmjs.com/package/eslint-plugin-flowtype) (if flow-bin is a devDependency)\n\n\nDisabled Rules:\n\n* [no-debugger](https://eslint.org/docs/rules/no-debugger) (unless `NODE_ENV` is set to `production`)\n* [no-console](https://eslint.org/docs/rules/no-console) use it responsibly!\n* [react/no-unescaped-entities](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unescaped-entities.md) makes things more readable\n* [react/jsx-no-target-blank](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md) we (usually) only link to trusted sites\n* [react/prop-types](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/prop-types.md) (if the project uses flowtype)\n\n## Prettier\n\nIf the project does not contain any prettier configuration, the following settings are used:\n\n```js\n{\n  singleQuote: true,\n  trailingComma: 'es5'\n}\n```\n\n# License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Feslint-config-cellular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcellular%2Feslint-config-cellular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Feslint-config-cellular/lists"}