{"id":25280115,"url":"https://github.com/dm3yb/next14-codestyle-config","last_synced_at":"2025-09-10T07:33:35.213Z","repository":{"id":272017796,"uuid":"915289285","full_name":"dm3yb/next14-codestyle-config","owner":"dm3yb","description":"This package contains the ESLint and Prettier configuration for modern Next.js projects.","archived":false,"fork":false,"pushed_at":"2025-01-11T21:20:49.000Z","size":277,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T00:17:11.782Z","etag":null,"topics":["eslint","eslint-config","eslint-plugin","nextjs","nextjs14","prettier","prettier-config","prettier-eslint","prettier-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@dm3yb/next14-codestyle-config","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/dm3yb.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":"2025-01-11T13:16:57.000Z","updated_at":"2025-01-12T16:12:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3ad9b71-0c6a-4d51-a42e-6076c63fe06d","html_url":"https://github.com/dm3yb/next14-codestyle-config","commit_stats":null,"previous_names":["dm3yb/nextjs-codestyle-config","dm3yb/next14-codestyle-config"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3yb%2Fnext14-codestyle-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3yb%2Fnext14-codestyle-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3yb%2Fnext14-codestyle-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3yb%2Fnext14-codestyle-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dm3yb","download_url":"https://codeload.github.com/dm3yb/next14-codestyle-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238528515,"owners_count":19487453,"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","eslint-config","eslint-plugin","nextjs","nextjs14","prettier","prettier-config","prettier-eslint","prettier-plugin"],"created_at":"2025-02-12T18:38:29.361Z","updated_at":"2025-02-12T18:38:29.916Z","avatar_url":"https://github.com/dm3yb.png","language":"JavaScript","readme":"[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\n# NextJS v14 Code Style Package\n\nA comprehensive `ESLint` and `prettier` configuration package created for `Next.js v14` projects. This package provides a standardized code style setup with support for `Next.js`, and `TailwindCSS`.\n\n---\n\n## Requirements\n\n```bash\n\"eslint\": \"^8.0.0\"\n\"prettier\": \"\u003e= 3.3.3\"\n```\n\n---\n\n## Installation\n\nusing `npm`:\n\n```bash\n$ npm install -D @dm3yb/next14-codestyle-config prettier\n```\n\nusing `yarn`:\n\n```bash\n$ yarn add -D @dm3yb/next14-codestyle-config prettier\n```\n\nusing `pnpm`:\n\n```bash\n$ pnpm add -D @dm3yb/next14-codestyle-config prettier\n```\n\n---\n\n## Setup\n\nCreate or update `.eslintrc.js` in your project root:\n\n\u003e you probably need to rename the file: `.eslintrc.json` -\u003e `.eslintrc.js`\n\n```js\n// .eslintrc.js\n\nmodule.exports = require('@dm3yb/next14-codestyle-config/.eslintrc.js');\n```\n\nCreate or update `prettier.config.js` in your project root:\n\n```js\n// prettier.config.js\n\nmodule.exports = require('@dm3yb/next14-codestyle-config/prettier.config.js');\n```\n\n---\n\n## License\n\nMIT © [Dmitry Bobryshev](https://dm3yb.dev)\n\n---\n\n## Issues\n\nIf you encounter any issues or have suggestions, please [create an issue](https://github.com/dm3yb/next14-codestyle-config/issues).\n\n---\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm3yb%2Fnext14-codestyle-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdm3yb%2Fnext14-codestyle-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm3yb%2Fnext14-codestyle-config/lists"}