{"id":15041747,"url":"https://github.com/funbox/scss-lint-config","last_synced_at":"2025-06-17T16:37:17.267Z","repository":{"id":41050916,"uuid":"307312114","full_name":"funbox/scss-lint-config","owner":"funbox","description":"Config for Stylelint SCSS linting","archived":false,"fork":false,"pushed_at":"2024-01-09T09:26:35.000Z","size":244,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-14T20:41:58.671Z","etag":null,"topics":["scss","stylelint","stylelint-config"],"latest_commit_sha":null,"homepage":"","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/funbox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-26T08:53:13.000Z","updated_at":"2023-04-18T21:45:16.000Z","dependencies_parsed_at":"2023-12-08T10:30:40.312Z","dependency_job_id":"634e482d-b91f-4ea4-8e10-ecc92458d6ab","html_url":"https://github.com/funbox/scss-lint-config","commit_stats":{"total_commits":55,"total_committers":11,"mean_commits":5.0,"dds":0.7636363636363637,"last_synced_commit":"701ece60c3ee00506b3f9c0d72fabc929208e764"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/funbox/scss-lint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fscss-lint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fscss-lint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fscss-lint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fscss-lint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funbox","download_url":"https://codeload.github.com/funbox/scss-lint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fscss-lint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260399994,"owners_count":23003292,"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":["scss","stylelint","stylelint-config"],"created_at":"2024-09-24T20:46:26.344Z","updated_at":"2025-06-17T16:37:12.246Z","avatar_url":"https://github.com/funbox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @funboxteam/scss-lint-config\n\n[![npm](https://img.shields.io/npm/v/@funboxteam/scss-lint-config.svg)](https://www.npmjs.com/package/@funboxteam/scss-lint-config)\n\n[Stylelint](https://stylelint.io) rules that follow our style guide for SCSS.\n\n[По-русски](./README.ru.md)\n\n## Installation\n\nFirst, install Stylelint that meets \nthe [peerDependencies requirements](./package.json):\n\n```bash\nnpm install --save-dev stylelint\n```\n\nIf using Stylelint v14 or higher, also install postcss-scss:\n\n```bash\nnpm install --save-dev postcss-scss\n```\n\nThen install the config:\n\n```bash\nnpm install --save-dev @funboxteam/scss-lint-config\n```\n\n## Usage\n\nInclude into a project config and pass desired [options](https://stylelint.io/user-guide/cli/):\n\n```bash\nstylelint \"src/**/*.scss\" --cache --config node_modules/@funboxteam/scss-lint-config/.stylelintrc\n```\n\nFor Stylelint v13 `--syntax scss` option is required.\n\nAlso you can create your own config based on this one:\n\n```js\nmodule.exports = {\n  extends: '@funboxteam/scss-lint-config/.stylelintrc.json',\n  rules: [\n    // your rule settings here\n  ]\n};\n```\n\n[![Sponsored by FunBox](https://funbox.ru/badges/sponsored_by_funbox_centered.svg)](https://funbox.ru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Fscss-lint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunbox%2Fscss-lint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Fscss-lint-config/lists"}