{"id":15077862,"url":"https://github.com/prettier/stylelint-config-prettier","last_synced_at":"2025-10-05T12:31:51.806Z","repository":{"id":44917162,"uuid":"106446327","full_name":"prettier/stylelint-config-prettier","owner":"prettier","description":"Turns off all rules that are unnecessary or might conflict with prettier.","archived":true,"fork":false,"pushed_at":"2023-05-18T08:51:59.000Z","size":414,"stargazers_count":372,"open_issues_count":0,"forks_count":23,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T22:37:35.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/prettier.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}},"created_at":"2017-10-10T17:02:54.000Z","updated_at":"2024-10-14T18:55:16.000Z","dependencies_parsed_at":"2023-01-30T19:15:43.738Z","dependency_job_id":null,"html_url":"https://github.com/prettier/stylelint-config-prettier","commit_stats":{"total_commits":98,"total_committers":18,"mean_commits":5.444444444444445,"dds":"0.33673469387755106","last_synced_commit":"8901b158f5f5925e56b3f923677db19fa15b504c"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prettier","download_url":"https://codeload.github.com/prettier/stylelint-config-prettier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235378739,"owners_count":18980478,"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-09-25T04:33:11.837Z","updated_at":"2025-10-05T12:31:46.511Z","avatar_url":"https://github.com/prettier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stylelint-config-prettier\n\n\u003e **Note**  \n\u003e As of Stylelint v15 [all style-related rules have been deprecated](https://stylelint.io/migration-guide/to-15#deprecated-stylistic-rules). If you are using v15 or higher and are not making use of these deprecated rules, [this plugin is no longer necessary](https://stylelint.io/migration-guide/to-15#:~:text=Additionally%2C%20you%20may%20no%20longer%20need%20to%20extend%20Prettier%27s%20Stylelint%20config).\n\n[![NPM version][npm-img]][npm-url] [![Downloads][downloads-img]][npm-url]\n\nTurns off all rules that are unnecessary or might conflict with Prettier. This lets you use your favorite shareable config without letting its stylistic choices get in the way when using Prettier.\n\n## Installation\n\nInstall `stylelint-config-prettier`:\n\n```\nnpm install --save-dev stylelint-config-prettier\n```\n\nThen, append `stylelint-config-prettier` to the [`extends` array](https://stylelint.io/user-guide/configuration/#extends) in your `.stylelintrc.*` file. Make sure to put it **last,** so it will override other configs.\n\n```js\n{\n  \"extends\": [\n    // other configs ...\n    \"stylelint-config-prettier\"\n  ]\n}\n```\n\n## CLI helper tool\n\n`stylelint-config-prettier` is shipped with a little CLI tool to help you check if your configuration contains any rules that are in conflict with Prettier.\n\nIn order to execute the CLI tool, first add a script for it to `package.json`:\n\n```json\n{\n  \"scripts\": {\n    \"stylelint-check\": \"stylelint-config-prettier-check\"\n  }\n}\n```\n\nThen run `npm run stylelint-check`.\n\n## Attribution\n\n- Inspired by [`eslint-config-prettier`](https://npm.im/eslint-config-prettier).\n- CLI helper inspired by [`tslint-config-prettier`](https://github.com/alexjoverm/tslint-config-prettier).\n- Original disabled ruleset copied from [`prettier-stylelint`](https://npm.im/prettier-stylelint).\n\n----\n\n[MIT](license)\n\n[downloads-img]: https://img.shields.io/npm/dm/stylelint-config-prettier.svg?style=flat-square\n[npm-img]:       https://img.shields.io/npm/v/stylelint-config-prettier.svg?style=flat-square\n[npm-url]:       https://npmjs.org/package/stylelint-config-prettier\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettier%2Fstylelint-config-prettier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprettier%2Fstylelint-config-prettier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettier%2Fstylelint-config-prettier/lists"}