{"id":19343300,"url":"https://github.com/obusk/eslint-config-next","last_synced_at":"2025-10-24T01:12:46.063Z","repository":{"id":225352205,"uuid":"765450856","full_name":"oBusk/eslint-config-next","owner":"oBusk","description":"A strict configuration for using Next.js and Tailwind","archived":false,"fork":false,"pushed_at":"2024-10-27T21:11:03.000Z","size":926,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-27T23:51:02.179Z","etag":null,"topics":["eslint","eslintconfig","next","tailwind"],"latest_commit_sha":null,"homepage":"","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/oBusk.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-01T00:06:03.000Z","updated_at":"2024-10-27T21:11:06.000Z","dependencies_parsed_at":"2024-04-01T13:41:28.078Z","dependency_job_id":"9a23cdfd-9332-4c13-99bd-d4a36c1eee40","html_url":"https://github.com/oBusk/eslint-config-next","commit_stats":null,"previous_names":["obusk/eslint-config-next"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oBusk%2Feslint-config-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oBusk%2Feslint-config-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oBusk%2Feslint-config-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oBusk%2Feslint-config-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oBusk","download_url":"https://codeload.github.com/oBusk/eslint-config-next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223910076,"owners_count":17223591,"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","eslintconfig","next","tailwind"],"created_at":"2024-11-10T03:37:56.643Z","updated_at":"2025-10-24T01:12:46.051Z","avatar_url":"https://github.com/oBusk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @obusk/eslint-config-next\n\n\u003e A strict configuration for using Next.js and Tailwind\n\n## Installation\n\n```bash\nnpm install --save-dev @obusk/eslint-config-next\n```\n\n## Usage\n\n### ESLint Flat Config\n\nThis package exports a flat config by default. Add the following to your `eslint.config.js`:\n\n```js\nimport obuskNext from \"@obusk/eslint-config-next\";\n\nexport default [...obuskNext];\n```\n\n### Ignored Files\n\nThis config automatically respects your project's `.gitignore`.\n\nHow it works:\n\n- At load time it walks upward from `process.cwd()` until it finds the nearest `package.json` (your project root).\n- If a `.gitignore` exists in that root, those patterns are fed to ESLint via `includeIgnoreFile`.\n- If no `.gitignore` is found, nothing breaks—ESLint just proceeds without extra ignore patterns.\n\nThis means you can run `eslint` from a subdirectory (e.g. `packages/api`) and it will still resolve the root `.gitignore` of the repository—mirroring how tools like ESLint/Jest discover project roots.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobusk%2Feslint-config-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobusk%2Feslint-config-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobusk%2Feslint-config-next/lists"}