{"id":23711235,"url":"https://github.com/gabts/eslint-config-react-native-typescript","last_synced_at":"2025-09-03T17:32:37.899Z","repository":{"id":42966685,"uuid":"194546517","full_name":"gabts/eslint-config-react-native-typescript","owner":"gabts","description":"ESLint config for TypeScript React Native projects.","archived":false,"fork":false,"pushed_at":"2023-03-04T05:13:20.000Z","size":434,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-17T22:12:03.800Z","etag":null,"topics":["a11y","eslint","react-native","typescript"],"latest_commit_sha":null,"homepage":"https://npmjs.com/eslint-config-react-native-typescript","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/gabts.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":"2019-06-30T18:08:15.000Z","updated_at":"2023-03-04T05:31:29.000Z","dependencies_parsed_at":"2024-06-18T21:37:18.170Z","dependency_job_id":"29fb70e0-d95d-44ae-a802-fd58f69eb560","html_url":"https://github.com/gabts/eslint-config-react-native-typescript","commit_stats":{"total_commits":120,"total_committers":2,"mean_commits":60.0,"dds":0.04166666666666663,"last_synced_commit":"bc7c69fbfc00e3c772e7246dbf82541d67cc23d5"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabts%2Feslint-config-react-native-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabts%2Feslint-config-react-native-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabts%2Feslint-config-react-native-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabts%2Feslint-config-react-native-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabts","download_url":"https://codeload.github.com/gabts/eslint-config-react-native-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231906140,"owners_count":18443932,"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":["a11y","eslint","react-native","typescript"],"created_at":"2024-12-30T19:34:37.756Z","updated_at":"2024-12-30T19:34:38.399Z","avatar_url":"https://github.com/gabts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️ eslint-config-react-native-typescript\n\nESLint configuration for React Native projects written in TypeScript.\n\n## ⭐ Features\n\n- Based on [@react-native-community/eslint-config](https://github.com/facebook/react-native/tree/master/packages/eslint-config-react-native-community) but with extended ruleset.\n- Leaves formatting to Prettier with [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier).\n- Checks for cyclic imports/exports with [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import).\n- Enforces consistent import order with [eslint-plugin-import-order-alphabetical](https://github.com/janpaul123/eslint-plugin-import-order-alphabetical).\n- Ensures accessible applications with [eslint-plugin-react-native-a11y](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y).\n\n## 🔩 Installation\n\n```sh\nyarn add eslint-config-react-native-typescript\n```\n\nExtend the config in your `.eslintrc` file.\n\n```json\n{\n  \"extends\": \"react-native-typescript\"\n}\n```\n\n## 👼🏻 Does this work with vanilla JavaScript?\n\nYes! \u003csup\u003e\u003csup\u003e(Except the TypeScript stuff of course)\u003c/sup\u003e\u003c/sup\u003e\n\n## 🧙 Configuration\n\nSimply override any rule by assigning new rules in your `.eslintrc` file.\n\n```json\n{\n  \"extends\": \"react-native-typescript\",\n  \"rules\": {\n    \"no-console\": 2\n  }\n}\n```\n\n## 🧶 Dependencies\n\nYour project needs ESLint and TypeScript installed for this config to work correctly.\n\n```sh\nyarn add typescript eslint\n```\n\n## 📜 License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabts%2Feslint-config-react-native-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabts%2Feslint-config-react-native-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabts%2Feslint-config-react-native-typescript/lists"}