{"id":19731348,"url":"https://github.com/cargosense/stylelint-config-scss","last_synced_at":"2025-04-30T02:31:05.183Z","repository":{"id":221753368,"uuid":"755285487","full_name":"CargoSense/stylelint-config-scss","owner":"CargoSense","description":"Shareable Stylelint configuration for SCSS syntax Sass files.","archived":false,"fork":false,"pushed_at":"2025-04-14T19:04:44.000Z","size":120,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-22T16:48:50.063Z","etag":null,"topics":["scss","stylelint","stylelint-config","supporting-software"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@cargosense/stylelint-config-scss","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/CargoSense.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-09T20:09:33.000Z","updated_at":"2025-04-14T19:04:48.000Z","dependencies_parsed_at":"2024-02-09T21:29:53.335Z","dependency_job_id":"48763d1e-0090-4d2c-a068-95f87a46081a","html_url":"https://github.com/CargoSense/stylelint-config-scss","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.33333333333333337","last_synced_commit":"f01766bb4b33df074b2d7f1ca1be8e279d77b241"},"previous_names":["cargosense/stylelint-config-scss"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Fstylelint-config-scss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Fstylelint-config-scss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Fstylelint-config-scss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CargoSense%2Fstylelint-config-scss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CargoSense","download_url":"https://codeload.github.com/CargoSense/stylelint-config-scss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251629074,"owners_count":21618100,"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","supporting-software"],"created_at":"2024-11-12T00:20:30.825Z","updated_at":"2025-04-30T02:31:05.178Z","avatar_url":"https://github.com/CargoSense.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stylelint-config-scss\n\n**Shareable [Stylelint](https://stylelint.io) configuration for SCSS syntax [Sass](https://sass-lang.com) files.**\n\n[![npm](https://img.shields.io/npm/v/@cargosense/stylelint-config-scss.svg?logo=npm\u0026style=for-the-badge)](https://www.npmjs.com/package/@cargosense/stylelint-config-scss)\n[![Downloads](https://img.shields.io/npm/dt/@cargosense/stylelint-config-scss.svg?logo=npm\u0026style=for-the-badge)](https://www.npmjs.com/package/@cargosense/stylelint-config-scss)\n[![Build](https://img.shields.io/github/actions/workflow/status/CargoSense/stylelint-config-scss/ci.yml?logo=github\u0026style=for-the-badge)](https://github.com/CargoSense/stylelint-config-scss/actions/workflows/ci.yml)\n\n## Installation\n\n```sh\nnpm install --save-dev @cargosense/stylelint-config-scss\n```\n\n## Usage\n\nStylelint supports [a variety of configuration file formats](https://stylelint.io/user-guide/configure).\n\n\u003e [!TIP]\n\u003e We recommend using a configuration file named `stylelint.config.js` using either [ECMAScript module (ESM)](https://nodejs.org/api/esm.html) or [CommonJS module](https://nodejs.org/api/modules.html) syntax.\n\n### YAML\n\nIn a file named `.stylelintrc` or `.stylelintrc.yml`:\n\n```yaml\n---\nextends: \"@cargosense/stylelint-config-scss\"\n---\n```\n\n### JSON\n\nIn a file named `.stylelintrc` or `.stylelintrc.json`:\n\n```json\n{\n  \"extends\": \"@cargosense/stylelint-config-scss\"\n}\n```\n\n### JavaScript\n\nIn a JavaScript file using ESM syntax:\n\n```js\n// stylelint.config.mjs\nexport { default } from \"@cargosense/stylelint-config-scss\";\n\n// or…\nimport config from \"@cargosense/stylelint-config-scss\";\n\nexport default {\n  extends: [config]\n};\n```\n\nIn a JavaScript file using CommonJS module syntax:\n\n```js\n// stylelint.config.cjs\nmodule.exports = {\n  extends: [\"@cargosense/stylelint-config-scss\"]\n}\n```\n\n## License\n\nstylelint-config-scss is freely available under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcargosense%2Fstylelint-config-scss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcargosense%2Fstylelint-config-scss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcargosense%2Fstylelint-config-scss/lists"}