{"id":13565485,"url":"https://github.com/Ubleam/eslint-config-ubleam","last_synced_at":"2025-04-03T22:31:34.003Z","repository":{"id":37822776,"uuid":"335361924","full_name":"Ubleam/eslint-config-ubleam","owner":"Ubleam","description":"📜 ESLint shareable config used @Ubleam","archived":false,"fork":false,"pushed_at":"2024-03-07T15:18:00.000Z","size":566,"stargazers_count":3,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-04-23T17:52:01.747Z","etag":null,"topics":["eslint","eslintconfig"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ubleam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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":"2021-02-02T17:00:02.000Z","updated_at":"2024-06-08T01:55:08.107Z","dependencies_parsed_at":"2024-06-08T01:55:06.814Z","dependency_job_id":"a86ece74-2e6d-400f-a1e1-bb0d2a5c65a2","html_url":"https://github.com/Ubleam/eslint-config-ubleam","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubleam%2Feslint-config-ubleam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubleam%2Feslint-config-ubleam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubleam%2Feslint-config-ubleam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubleam%2Feslint-config-ubleam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ubleam","download_url":"https://codeload.github.com/Ubleam/eslint-config-ubleam/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247090252,"owners_count":20881940,"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","eslintconfig"],"created_at":"2024-08-01T13:01:48.177Z","updated_at":"2025-04-03T22:31:33.512Z","avatar_url":"https://github.com/Ubleam.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# eslint-config\n\n\u003e ESLint [shareable config](https://eslint.org/docs/developer-guide/shareable-configs.html) used @[Ubleam](https://github.com/Ubleam)\n\n![build](https://github.com/Ubleam/eslint-config-ubleam/workflows/Build/badge.svg)\n[![npm (scoped)](https://img.shields.io/npm/v/@ubleam/eslint-config)](https://www.npmjs.com/package/@ubleam/eslint-config)\n[![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@ubleam/eslint-config/latest)](https://bundlephobia.com/result?p=@ubleam/eslint-config@latest)\n![license](https://img.shields.io/github/license/Ubleam/eslint-config-ubleam?color=blue)\n[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FUbleam%2Feslint-config-ubleam.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FUbleam%2Feslint-config-ubleam?ref=badge_shield)\n\n## Purpose \u0026 Phylosophy\n\nThis repository holds the shared [ESLint](https://eslint.org) configuration used for all our [TypeScript](https://www.typescriptlang.org) projects at [Ubleam](https://github.com/Ubleam).\n\nThe current configuration enforces strict dogmatic rules - (too strict you might think)- in addition to those recommended by the various linting extensions available such as ESLint itself, and various plugins such as `react`, `react-hooks`, `typescript-eslint`...\n\nIndeed, at [Ubleam](https://github.com/Ubleam) we are convinced that the quality of the code depends on clear and consistent coding conventions, with an automated enforcement.\n\nThe rules configured are mainly based on two pillars:\n\n- [React](https://reactjs.org): We encourage as much as possible an architectural approach focusing on Functional Components. That's why we enforce a strict mode and a High Severity according to the recommendations of Facebook Core ([React Team](https://reactjs.org/community/team.html)).\n- [TypeScript](https://www.typescriptlang.org): At [Ubleam](https://github.com/Ubleam), we love Type Safety, and we are deeply conviced that better type safety means less error in production. That's one of the reasons we chose `TypeScript` over `JavaScript`. We've therefore adopted very strict Type Checking rules in order to take advantage of the best of `TypeScript`.\n\n## Installation\n\n### NPM\n\n```sh\nnpx install-peerdeps --dev @ubleam/eslint-config\n```\n\n### Yarn\n\nIf you want to use `yarn`, you must first list all peer dependencies using `npm` and add then individually with `yarn`.\n\nFirst, list the peer dependencies and versions:\n\n```sh\nnpm info @ubleam/eslint-config@latest peerDependencies\n```\n\nThen run the following command line for each listed peer dependency.\n\n```sh\nyarn add --dev \u003cdependency\u003e@\u003cversion\u003e\n```\n\n## Usage\n\nThis ESLint configuration is meant to be used with:\n\n- [Prettier](https://prettier.io). All rules handled by Prettier are turned off.\n- [TypeScript](https://www.typescriptlang.org): As we use `@typescript-eslint/parser`, you must have the file `tsconfig.json` in the root your project. See [documentation](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for more.\n\nOnce the package `@ubleam/eslint-config` is installed, you can use it by specifying `@ubleam` in the [extends](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of the [ESLint configuration](http://eslint.org/docs/user-guide/configuring).\n\nFor instance:\n\n```js\n{\n  \"extends\": \"@ubleam\",\n  \"rules\": {\n    // Additional rules...\n  }\n}\n```\n\n## Contributing\n\nSo you want to contribute? Great. We appreciate any help you're willing to give. Don't hesitate to open issues and/or submit pull requests.\n\nRemember that this is the configuration we use at [Ubleam](https://github.com/Ubleam), and that we apply everywhere in our private and public projects. This is why we may have to refuse change requests simply because they do not comply with our internal requirements, and not because they are not relevant.\n\n\n## License\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FUbleam%2Feslint-config-ubleam.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FUbleam%2Feslint-config-ubleam?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUbleam%2Feslint-config-ubleam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUbleam%2Feslint-config-ubleam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUbleam%2Feslint-config-ubleam/lists"}