{"id":15045138,"url":"https://github.com/basantech89/eslint-config","last_synced_at":"2026-02-08T07:05:30.934Z","repository":{"id":44740605,"uuid":"443749779","full_name":"basantech89/eslint-config","owner":"basantech89","description":"Eslint and prettier config for awesome tools","archived":false,"fork":false,"pushed_at":"2022-01-27T15:37:15.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-10T21:07:15.237Z","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/basantech89.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":"2022-01-02T11:34:00.000Z","updated_at":"2024-08-05T20:02:31.000Z","dependencies_parsed_at":"2022-08-26T03:24:47.268Z","dependency_job_id":null,"html_url":"https://github.com/basantech89/eslint-config","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/basantech89/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basantech89","download_url":"https://codeload.github.com/basantech89/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basantech89%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269432561,"owners_count":24415961,"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-08T02:00:09.200Z","response_time":72,"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":"2024-09-24T20:51:30.091Z","updated_at":"2026-02-08T07:05:30.896Z","avatar_url":"https://github.com/basantech89.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# @awesome-tools/eslint-config\n\n# Eslint config for my personal projects. Feel free to use this package\n\n\n[![CI](https://github.com/basantech89/eslint-config/actions/workflows/main.yml/badge.svg)](https://github.com/basantech89/eslint-config/actions/workflows/main.yml)\n[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Code of Conduct](https://img.shields.io/badge/code-of%20conduct-green.svg)](https://publiclab.org/conduct)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Things to know](#Things-to-know)\n- [Issues](#issues)\n  - [🐛 Bugs](#-bugs)\n  - [💡 Feature Requests](#-feature-requests)\n- [LICENSE](#license)\n\n## Installation\n\nThis module is distributed via [npm](https://www.npmjs.com/) which is bundled with [node](https://nodejs.org/) and\nshould be installed as one of your project's `devDependencies`:\n\n```\nnpm install --save-dev @awesome-tools/eslint-config\n```\n\n## Usage\n\nThen add the extends to your `.eslintrc.js`:\n\n```javascript\nmodule.exports = {\n  extends: '@awesome-tools/eslint-config',\n  rules: {\n    // your overrides\n  },\n}\n```\n\nYou can import prettier config as well\n```javascript\nconst base = require('eslint-config-storybook/prettier.config')\n\nmodule.exports = {\n  ...base,\n  arrowParens: 'avoid',\n  overrides: [\n      // your overrides\n  ]\n}\n\n```\n\n### Things to know\n\n- All plugins needed for rules used by these configs are dependencies of this\n  module so you don't have to install anything on your own.\n- The default config actually is composed of several configurations, and you can\n  use those individually. You can use each of these configs yourself if you want\n  to leave my own personal style out of it.\n\n## Issues\n\n_Looking to contribute? Look for the [Good First Issue](https://github.com/basantech89/eslint-config/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\nlabel._ 😀\n\n### 🐛 Bugs\n\nPlease file an issue for bugs, missing documentation, or unexpected behavior.\n\n[**See Bugs**](https://github.com/basantech89/eslint-config/issues)\n\n### 💡 Feature Requests\n\nPlease file an issue to suggest new features. Vote on feature requests by adding\na 👍. This helps maintainers prioritize what to work on.\n\n\n## LICENSE\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasantech89%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasantech89%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasantech89%2Feslint-config/lists"}