{"id":30196698,"url":"https://github.com/aghassi/aghassi-js-configs","last_synced_at":"2025-08-13T05:28:21.120Z","repository":{"id":33256156,"uuid":"148046903","full_name":"Aghassi/aghassi-js-configs","owner":"Aghassi","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T16:45:43.000Z","size":1155,"stargazers_count":2,"open_issues_count":42,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-19T15:53:35.444Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aghassi.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":"2018-09-09T17:01:53.000Z","updated_at":"2023-03-04T04:53:04.000Z","dependencies_parsed_at":"2023-01-15T00:06:57.517Z","dependency_job_id":null,"html_url":"https://github.com/Aghassi/aghassi-js-configs","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/Aghassi/aghassi-js-configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aghassi%2Faghassi-js-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aghassi%2Faghassi-js-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aghassi%2Faghassi-js-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aghassi%2Faghassi-js-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aghassi","download_url":"https://codeload.github.com/Aghassi/aghassi-js-configs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aghassi%2Faghassi-js-configs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270184370,"owners_count":24541513,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-13T05:27:10.114Z","updated_at":"2025-08-13T05:28:21.017Z","avatar_url":"https://github.com/Aghassi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aghassi-js-configs\n\n![](https://img.shields.io/npm/v/aghassi-js-configs.svg)\n![](https://img.shields.io/github/release/Aghassi/aghassi-js-configs.svg)\n[![CircleCI](https://img.shields.io/circleci/project/github/Aghassi/aghassi-js-configs.svg)](https://circleci.com/gh/Aghassi/aghassi-js-configs)\n\nThis repo is a collection of common NPM modules and configurations I like to use when I'm developing. By adding this as a dependency, I can verify I have all the tools I need as well as the configs. Each tool is added as a peer dependency to ensure that the consumer uses them (hopefully). The configs are just a simple `require` call.\n\n## Installation\n\n```bash\nyarn add aghassi-js-configs --dev\nyarn add eslint-plugin-eslint-comments eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react --dev\n```\n\n## Usage\n\nAll configs are listed in the `index.js` of this project. If you intend to use one, you can create the necessary RC file and then `require` the config followed by a `module.exports`. For example, for ESLint you would:\n\n1. Create `eslintrc.js`\n2. Add the following:\n\n```javascript\nconst configs = require('aghassi-js-configs');\nmodule.exports = configs['eslint-config-tools'];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faghassi%2Faghassi-js-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faghassi%2Faghassi-js-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faghassi%2Faghassi-js-configs/lists"}