{"id":13759996,"url":"https://github.com/fvictorio/solhint-plugin-prettier","last_synced_at":"2025-04-30T22:05:49.628Z","repository":{"id":141787859,"uuid":"164435870","full_name":"fvictorio/solhint-plugin-prettier","owner":"fvictorio","description":"A Solhint plugin for checking your contracts style","archived":false,"fork":false,"pushed_at":"2023-10-31T00:02:27.000Z","size":13,"stargazers_count":29,"open_issues_count":3,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-05T14:44:09.611Z","etag":null,"topics":[],"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/fvictorio.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}},"created_at":"2019-01-07T13:21:31.000Z","updated_at":"2024-10-28T15:44:36.000Z","dependencies_parsed_at":"2023-03-22T13:47:49.746Z","dependency_job_id":null,"html_url":"https://github.com/fvictorio/solhint-plugin-prettier","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/fvictorio%2Fsolhint-plugin-prettier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvictorio%2Fsolhint-plugin-prettier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvictorio%2Fsolhint-plugin-prettier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvictorio%2Fsolhint-plugin-prettier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fvictorio","download_url":"https://codeload.github.com/fvictorio/solhint-plugin-prettier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242711272,"owners_count":20173298,"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-08-03T13:01:01.973Z","updated_at":"2025-03-09T15:31:08.731Z","avatar_url":"https://github.com/fvictorio.png","language":"JavaScript","readme":"# solhint-plugin-prettier\n\nThis [Solhint](https://github.com/solhint-community/solhint-community) plugin lets you check that\nyour solidity files are correctly formatted according to the [solidity plugin\nfor Prettier](https://github.com/prettier-solidity/prettier-plugin-solidity).\nEach difference with how prettier would format it is reported as an individual\nissue.\n\n## Setup\n\nFirst install the necessary packages:\n\n```\nnpm install --save-dev solhint-community solhint-plugin-prettier prettier prettier-plugin-solidity\n```\n\nThen add a `.solhint.json` configuration file:\n\n```json\n{\n  \"plugins\": [\"prettier\"],\n  \"rules\": {\n    \"prettier/prettier\": \"error\"\n  }\n}\n```\n\nThis rule will emit an error for each difference between your code and how prettier-solidity would format it. You can also set it to `warning` instead of `error` if you prefer that.\n","funding_links":[],"categories":["dApps directory"],"sub_categories":["Static Analysis Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffvictorio%2Fsolhint-plugin-prettier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffvictorio%2Fsolhint-plugin-prettier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffvictorio%2Fsolhint-plugin-prettier/lists"}