{"id":21206956,"url":"https://github.com/paralect/eslint-config","last_synced_at":"2025-07-10T08:33:21.538Z","repository":{"id":57135138,"uuid":"105980879","full_name":"paralect/eslint-config","owner":"paralect","description":"Paralect eslint config for Javascript products","archived":false,"fork":false,"pushed_at":"2019-07-05T13:33:20.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-04-24T04:11:53.896Z","etag":null,"topics":["paralect-stack"],"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/paralect.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}},"created_at":"2017-10-06T08:03:59.000Z","updated_at":"2019-06-25T16:43:57.000Z","dependencies_parsed_at":"2022-09-04T09:00:47.711Z","dependency_job_id":null,"html_url":"https://github.com/paralect/eslint-config","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralect","download_url":"https://codeload.github.com/paralect/eslint-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629838,"owners_count":17499295,"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":["paralect-stack"],"created_at":"2024-11-20T20:57:19.507Z","updated_at":"2024-11-20T20:57:20.218Z","avatar_url":"https://github.com/paralect.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESLint config\n\nESLint configuration. Currently based on [eslint-config-airbnb](https://github.com/airbnb/javascript).\n\n### Usage\n\nOur default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires `eslint`, `babel-eslint`, `eslint-plugin-import`, `eslint-plugin-react`, and `eslint-plugin-jsx-a11y`.\n\n1. Install the correct versions of each package, which are listed by the command:\n```bash\nnpm info \"@paralect/eslint-config@latest\" peerDependencies\n```\n\nLinux/OSX users can run\n```bash\n(\n  export PKG=@paralect/eslint-config;\n  npm info \"$PKG@latest\" peerDependencies --json | command sed 's/[\\{\\},]//g ; s/: /@/g' | xargs npm install --save-dev \"$PKG@latest\"\n)\n```\n\nWhich produces and runs a command like:\n```bash\nnpm install --save-dev @paralect/eslint-config eslint@#.#.# babel-eslint@#.#.# eslint-plugin-import@#.#.# eslint-plugin-react@#.#.# eslint-plugin-jsx-a11y@#.#.#\n```\n\nWindows users can either install all the peer dependencies manually, or use the [install-peerdeps](https://github.com/nathanhleung/install-peerdeps) cli tool.\n```bash\nnpm install -g install-peerdeps\ninstall-peerdeps --dev @paralect/eslint-config\n```\n\nThe cli will produce and run a command like:\n```bash\nnpm install --save-dev @paralect/eslint-config eslint@#.#.# babel-eslint@#.#.# eslint-plugin-import@#.#.# eslint-plugin-react@#.#.# eslint-plugin-jsx-a11y@#.#.#\n```\n\n2. Add `\"extends\": \"@paralect/eslint-config\"` to your .eslintrc\n```javascript\nmodule.exports = {\n  \"extends\": \"@paralect/eslint-config\"\n}\n```\n\nThis configuration of the ESLint can be changed. See how to configure ESLint on the [official site](https://eslint.org/docs/user-guide/configuring).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalect%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Feslint-config/lists"}