{"id":14984107,"url":"https://github.com/prettier/stylelint-config-prettier-scss","last_synced_at":"2025-10-18T22:04:06.708Z","repository":{"id":44594373,"uuid":"436734990","full_name":"prettier/stylelint-config-prettier-scss","owner":"prettier","description":"Turns off all CSS and SCSS rules that are unnecessary or might conflict with prettier.","archived":false,"fork":false,"pushed_at":"2023-05-11T18:04:53.000Z","size":211,"stargazers_count":25,"open_issues_count":1,"forks_count":4,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-29T15:15:06.585Z","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-12-09T19:20:43.000Z","updated_at":"2024-09-12T00:10:38.000Z","dependencies_parsed_at":"2023-09-24T05:24:56.214Z","dependency_job_id":null,"html_url":"https://github.com/prettier/stylelint-config-prettier-scss","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":"0.46153846153846156","last_synced_commit":"39aa9467f8225b85edf0040ff6689e35c4d7d0b0"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier-scss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier-scss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier-scss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prettier%2Fstylelint-config-prettier-scss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prettier","download_url":"https://codeload.github.com/prettier/stylelint-config-prettier-scss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237117162,"owners_count":19258364,"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-24T14:08:27.302Z","updated_at":"2025-10-18T22:04:01.660Z","avatar_url":"https://github.com/prettier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stylelint-config-prettier-scss\n\n[![NPM version][npm-img]][npm-url] [![Downloads][downloads-img]][npm-url]\n\nTurns off all CSS and SCSS rules that are unnecessary or might conflict with Prettier (extends [`stylelint-config-prettier`](https://npmjs.org/package/stylelint-config-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-scss`:\n\n```\nnpm install --save-dev stylelint-config-prettier-scss\n```\n\nThen, append `stylelint-config-prettier-scss` 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-scss\"\n  ]\n}\n```\n\n## CLI helper tool\n\n`stylelint-config-prettier-scss` 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-scss-check\": \"stylelint-config-prettier-scss-check\"\n  }\n}\n```\n\nThen run `npm run stylelint-scss-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.md)\n\n[downloads-img]: https://img.shields.io/npm/dm/stylelint-config-prettier-scss.svg?style=flat-square\n[npm-img]:       https://img.shields.io/npm/v/stylelint-config-prettier-scss.svg?style=flat-square\n[npm-url]:       https://npmjs.org/package/stylelint-config-prettier-scss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettier%2Fstylelint-config-prettier-scss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprettier%2Fstylelint-config-prettier-scss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprettier%2Fstylelint-config-prettier-scss/lists"}