{"id":21681769,"url":"https://github.com/cbschuld/prettier-config","last_synced_at":"2026-04-16T07:32:31.487Z","repository":{"id":137243386,"uuid":"405226128","full_name":"cbschuld/prettier-config","owner":"cbschuld","description":"My personal prettier config - format influenced by standardjs.com","archived":false,"fork":false,"pushed_at":"2021-09-10T22:21:14.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T11:26:04.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/cbschuld.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":"2021-09-10T22:20:08.000Z","updated_at":"2023-03-09T01:32:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"549ebfa9-1e2a-439d-89ab-9089e5ac756f","html_url":"https://github.com/cbschuld/prettier-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbschuld","download_url":"https://codeload.github.com/cbschuld/prettier-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600674,"owners_count":20479304,"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-11-25T15:31:20.208Z","updated_at":"2026-04-16T07:32:26.457Z","avatar_url":"https://github.com/cbschuld.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @cbschuld/prettier-config\n\nMy personal [prettier](https://prettier.io/) config - format influenced by [standardjs.com](standardjs.com)\n\n## Installation\n\n```sh\nnpm install --save-dev @cbschuld/prettier-config\n```\n\nNext, make sure you edit your `package.json` file by adding the reference for `prettier`:\n```json\n{\n  // ...\n  \"prettier\": \"@cbschuld/prettier-config\"\n}\n```\n\n## Notes on VSCODE\n\nTo really enable VS CODE to work well with this configuration make sure you install both [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) and [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).\n\nNext, create a `settings.json` file in the `.vscode` root path of your project as follows.  (_Please note: this example contains additional settings I personally enjoy - you can ignore those_)\n```json\n{\n  \"editor.formatOnSave\": true, // Tell VSCode to format files on save\n  \"editor.defaultFormatter\": \"esbenp.prettier-vscode\", // Tell VSCode to use Prettier as default file formatter\n  \"editor.formatOnPaste\": false,\n  \"[typescript]\": {\n    \"editor.defaultFormatter\": \"esbenp.prettier-vscode\"\n  },\n  \"[typescriptreact]\": {\n    \"editor.defaultFormatter\": \"esbenp.prettier-vscode\"\n  },\n  \"files.exclude\": {\n    \"node_modules/\": true,\n    \"*/node_modules/\": true,\n    \"**/node_modules/\": true,\n    \"*/.serverless/\": true,\n    \"**/.serverless/\": true,\n    \"*/.webpack/\": true,\n    \"**/.webpack/\": true\n  },\n  \"prettier.printWidth\": 100,\n  \"editor.codeActionsOnSave\": {\n    \"source.fixAll.eslint\": true\n  },\n  \"eslint.validate\": [\"react\", \"html\", \"javascript\", \"typescript\"]\n}\n\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbschuld%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbschuld%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbschuld%2Fprettier-config/lists"}