{"id":23190413,"url":"https://github.com/felipstein/lint","last_synced_at":"2025-04-05T06:41:55.363Z","repository":{"id":200409052,"uuid":"705433667","full_name":"Felipstein/lint","owner":"Felipstein","description":"My main rules used in my projects","archived":false,"fork":false,"pushed_at":"2024-01-24T00:15:21.000Z","size":175,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T14:26:24.050Z","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/Felipstein.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,"governance":null}},"created_at":"2023-10-16T01:51:55.000Z","updated_at":"2023-10-16T13:29:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4c3291e-4fb2-4fb6-8d28-a6a8a8b176d8","html_url":"https://github.com/Felipstein/lint","commit_stats":null,"previous_names":["felipstein/lint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felipstein%2Flint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felipstein%2Flint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felipstein%2Flint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felipstein%2Flint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Felipstein","download_url":"https://codeload.github.com/Felipstein/lint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299792,"owners_count":20916186,"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":[],"created_at":"2024-12-18T12:14:21.246Z","updated_at":"2025-04-05T06:41:55.335Z","avatar_url":"https://github.com/Felipstein.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lint\n\nThis repository contains Eslint configuration packages for different project types. Please note that these configurations are primarily designed for TypeScript projects.\n\n## Node Project\n\nTo apply these rules to a Node.js project, follow these steps:\n\n1. Install the Eslint configuration package using npm, yarn, or pnpm:\n   - NPM:\n     ```bash\n     npm install -D @felipstein/eslint-config-node\n     ```\n   - Yarn:\n     ```bash\n     yarn add -D @felipstein/eslint-config-node\n     ```\n   - PNPM:\n     ```bash\n     pnpm install -D @felipstein/eslint-config-node\n     ```\n\n2. Add the Eslint configuration to your eslint config file:\n   ```json\n   {\n     // ...\n     \"extends\": [\"@felipstein/eslint-config-node\"],\n     // ...\n   }\n\n## React Project\n\nTo apply the rules to a react project, follow the steps:\n\n1. Install the Eslint configuration package using npm, yarn, or pnpm:\n   - NPM:\n     ```bash\n     npm install -D @felipstein/eslint-config-react\n     ```\n   - Yarn:\n     ```bash\n     yarn add -D @felipstein/eslint-config-react\n     ```\n   - PNPM:\n     ```bash\n     pnpm install -D @felipstein/eslint-config-react\n     ```\n\n2. Add the Eslint configuration to your eslint config file:\n   ```json\n   {\n     // ...\n     \"extends\": [\"@felipstein/eslint-config-react\"],\n     // ...\n   }\n\nAnd everything should be working!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipstein%2Flint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipstein%2Flint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipstein%2Flint/lists"}