{"id":28167608,"url":"https://github.com/hodfords-solutions/nestjs-prettier-config","last_synced_at":"2025-05-15T14:13:07.437Z","repository":{"id":269891552,"uuid":"861104152","full_name":"hodfords-solutions/nestjs-prettier-config","owner":"hodfords-solutions","description":"Prettier default configuration for Nestjs project. It will help you to maintain the code quality of your project.","archived":false,"fork":false,"pushed_at":"2025-03-17T06:46:03.000Z","size":5,"stargazers_count":41,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T07:38:38.371Z","etag":null,"topics":["nestjs","nodejs","prettier"],"latest_commit_sha":null,"homepage":"https://opensource.hodfords.uk/nestjs-prettier-config","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/hodfords-solutions.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-09-22T02:29:39.000Z","updated_at":"2025-02-19T07:58:53.000Z","dependencies_parsed_at":"2024-12-27T00:56:10.797Z","dependency_job_id":"6569cbaf-8e3b-46b1-b1db-ed056df68358","html_url":"https://github.com/hodfords-solutions/nestjs-prettier-config","commit_stats":null,"previous_names":["hodfords-solutions/nestjs-prettier-config"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodfords-solutions%2Fnestjs-prettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodfords-solutions%2Fnestjs-prettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodfords-solutions%2Fnestjs-prettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hodfords-solutions%2Fnestjs-prettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hodfords-solutions","download_url":"https://codeload.github.com/hodfords-solutions/nestjs-prettier-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355378,"owners_count":22057356,"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":["nestjs","nodejs","prettier"],"created_at":"2025-05-15T14:13:05.889Z","updated_at":"2025-05-15T14:13:07.416Z","avatar_url":"https://github.com/hodfords-solutions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://opensource.hodfords.uk\" target=\"blank\"\u003e\u003cimg src=\"https://opensource.hodfords.uk/img/logo.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# PRETTIER CONFIGURATION FOR NESTJS PROJECTS\nPrettier default configuration for Nestjs project. It will help you to maintain the code quality of your project.\n\n## Installation 🤖\nTo begin using it, we first install the required dependencies.\n```\nnpm install @hodfords/nestjs-prettier-config\n```\n\n## Configuration 🚀\nTo activate prettier, create a `prettier.config.js` file in the root of your project and add the following configuration:\n```javascript\nmodule.exports = require('@hodfords/nestjs-prettier-config');\n```\n\n### Prettier Config\n```javascript\n{\n    singleQuote: true,\n    printWidth: 120,\n    proseWrap: 'always',\n    tabWidth: 4,\n    useTabs: false,\n    trailingComma: 'none',\n    bracketSpacing: true,\n    jsxBracketSameLine: false,\n    semi: true,\n    endOfLine: 'auto'\n}\n```\n\n## License\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhodfords-solutions%2Fnestjs-prettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhodfords-solutions%2Fnestjs-prettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhodfords-solutions%2Fnestjs-prettier-config/lists"}