{"id":14978369,"url":"https://github.com/estarossa0/eslint-quickstart","last_synced_at":"2025-10-28T10:32:34.646Z","repository":{"id":175321315,"uuid":"652836920","full_name":"estarossa0/eslint-quickstart","owner":"estarossa0","description":"Eslint quick setup for nextjs projects with prettier and most recommended rules for react and ES6","archived":false,"fork":false,"pushed_at":"2024-12-28T20:09:55.000Z","size":208,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T14:12:50.909Z","etag":null,"topics":["eslint","nextjs","prettier"],"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/estarossa0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T22:38:22.000Z","updated_at":"2024-12-28T20:09:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"a328e83b-267b-4449-9bdb-e331f61f74ab","html_url":"https://github.com/estarossa0/eslint-quickstart","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":"0.26315789473684215","last_synced_commit":"4207503552919a0629a3f8bc74394bfba0fedd3b"},"previous_names":["estarossa0/eslint-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estarossa0%2Feslint-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estarossa0%2Feslint-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estarossa0%2Feslint-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estarossa0%2Feslint-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estarossa0","download_url":"https://codeload.github.com/estarossa0/eslint-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238638025,"owners_count":19505517,"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":["eslint","nextjs","prettier"],"created_at":"2024-09-24T13:57:29.508Z","updated_at":"2025-10-28T10:32:34.249Z","avatar_url":"https://github.com/estarossa0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eslint quicksetup\n\n`eslint-quicksetup` is an Eslint configuration for Nextjs selected by me, after getting tired of copying my preferred eslint rules each new project I decided to just group them as a package and maintain them better.\n\n## Installation\n\nYou can install `eslint-quicksetup` using your preferred package manager:\n\n```bash\nnpm install -D @estarossa/eslint-quicksetup\n```\n\nor\n\n```bash\nyarn add -D @estarossa/eslint-quicksetup\n```\n\nor\n\n```bash\npnpm add -D @estarossa/eslint-quicksetup\n```\n\n## Usage\n\nCreate a file named `.eslintrc.js` in your root folder and copy the following configuration.\n\n```javascript\n// @ts-check\n\n/** @type {import(\"eslint\").Linter.Config} */\nmodule.exports = {\n  extends: [require.resolve('@estarossa/eslint-quicksetup/config')],\n  parserOptions: {\n    project: './tsconfig.json',\n  },\n};\n```\n\n## Integration\n\n`eslint-quicksetup` can be seamlessly integrated with Vscode, Although you may need to setup its settings:\n\n1. Create a folder names `.vscode` in your workspace root.\n2. Create a file inside it named `settings.json`\n3. Paste the following settings:\n\n   ```json\n   {\n     \"[css]\": {\n       \"editor.defaultFormatter\": \"esbenp.prettier-vscode\"\n     },\n     \"[javascript]\": {\n       \"editor.defaultFormatter\": \"dbaeumer.vscode-eslint\"\n     },\n     \"[javascriptreact]\": {\n       \"editor.defaultFormatter\": \"dbaeumer.vscode-eslint\"\n     },\n     \"[typescript]\": {\n       \"editor.defaultFormatter\": \"dbaeumer.vscode-eslint\"\n     },\n     \"[typescriptreact]\": {\n       \"editor.defaultFormatter\": \"dbaeumer.vscode-eslint\"\n     },\n     \"eslint.validate\": [\n       \"javascript\",\n       \"javascriptreact\",\n       \"typescript\",\n       \"typescriptreact\"\n     ]\n   }\n   ```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\n## License\n\n`eslint-quicksetup` is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License.\n\n##\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festarossa0%2Feslint-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festarossa0%2Feslint-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festarossa0%2Feslint-quickstart/lists"}