{"id":24095639,"url":"https://github.com/becodeorg/eslint-config","last_synced_at":"2025-06-23T07:02:42.765Z","repository":{"id":46052836,"uuid":"172508830","full_name":"becodeorg/eslint-config","owner":"becodeorg","description":"⚙️ ESLint default configuration for BeCode projects","archived":false,"fork":false,"pushed_at":"2022-01-23T08:46:13.000Z","size":2841,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-04-26T09:36:27.451Z","etag":null,"topics":["tooling"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@becode/eslint-config","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/becodeorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-25T13:14:37.000Z","updated_at":"2022-05-10T15:31:24.000Z","dependencies_parsed_at":"2022-09-10T08:50:16.619Z","dependency_job_id":null,"html_url":"https://github.com/becodeorg/eslint-config","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/becodeorg/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becodeorg%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becodeorg%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becodeorg%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becodeorg%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/becodeorg","download_url":"https://codeload.github.com/becodeorg/eslint-config/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becodeorg%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261434017,"owners_count":23157197,"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":["tooling"],"created_at":"2025-01-10T12:04:25.367Z","updated_at":"2025-06-23T07:02:37.749Z","avatar_url":"https://github.com/becodeorg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeCode: ESLint Config\n\n\u003e ⚙️ ESLint default configuration for BeCode projects\n\n* * *\n\n## About\n\nMany of us like to use [ESLint](https://eslint.org) for our projects.\n\nThis module contains the common ESLint rules configuration for BeCode project, in a simpler, *without-pain* configuration.\n\n## Usage\n\n### Automatic method\n\nYou can also use the following command in your project:\n\n\tnpx @becode/eslint-config\n\nThat will create the eslint config file *and* install the needed dependencies.\nSimple and easy.\n\n#### (optional) Create `pre-commit` git hook\n\nYou can also setup a git `pre-commit` hook to ensure that ESlint and Prettier are run *before* each commit, discarding commit if there's an error.\n\nSimply use the `--with-hook` flag:\n\n\tnpx @becode/eslint-config --with-hook\n\n#### (optional) Create `lint` npm script\n\nYou can also setup a `lint` npm script to lint and prettify your files.\n\n\u003e 🖐 **NOTE:**the script assumes your files are in a folder called `src`. Correct the path in your package.json if needed.\n\nSimply use the `--with-script` flag:\n\n\tnpx @becode/eslint-config --with-script\n\n### Manual method\n\nTo use our rules, you simply need to configure your `.eslintrc.js` to look like this:\n\n```javascript\nmodule.exports = {\n\textends: \"@becode\"\n};\n```\n\n\u003e cf. the official ESLint documentation [page about shareable configs](https://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config).\n\n* * *\n\nFebruary 2019, [leny](https://github.com/leny) for [BeCode](https://becode.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecodeorg%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbecodeorg%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecodeorg%2Feslint-config/lists"}