{"id":18218864,"url":"https://github.com/valtech-commerce/stylelint-config","last_synced_at":"2026-05-08T09:33:27.281Z","repository":{"id":65770486,"uuid":"598828181","full_name":"valtech-commerce/stylelint-config","owner":"valtech-commerce","description":"Opinionated stylelint extendable configs","archived":false,"fork":false,"pushed_at":"2023-03-17T18:19:44.000Z","size":1956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-04T10:51:33.048Z","etag":null,"topics":["npm-package","pwa-studio","salesforce","scss","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/valtech-commerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-07T22:10:33.000Z","updated_at":"2023-02-07T22:58:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c74336d-88cb-4e65-b6fd-b7f026d5fa90","html_url":"https://github.com/valtech-commerce/stylelint-config","commit_stats":{"total_commits":57,"total_committers":3,"mean_commits":19.0,"dds":0.07017543859649122,"last_synced_commit":"857f5d28098a771a1cafb8a4b190f10a86c4eb39"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/valtech-commerce/stylelint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fstylelint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fstylelint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fstylelint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fstylelint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valtech-commerce","download_url":"https://codeload.github.com/valtech-commerce/stylelint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fstylelint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32774918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["npm-package","pwa-studio","salesforce","scss","stylelint-config"],"created_at":"2024-11-03T18:04:55.943Z","updated_at":"2026-05-08T09:33:27.222Z","avatar_url":"https://github.com/valtech-commerce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stylelint config\n\n[![npm][npm-badge]][npm-url]\n[![npms.io: Score][npmsio-badge]][npmsio-url]\n[![libraries.io: SourceRank][librariesio-badge]][librariesio-url]\n[![Tests][tests-badge]][tests-url]\n[![License: MIT][license-badge]][license-url]\n\n\u003e Opinionated stylelint [extendable config](https://stylelint.io/user-guide/configuration/#extends).\n\n## Rulesets\n\n| Ruleset                                 | Description    |\n| --------------------------------------- | -------------- |\n| **[core](extendable-config/core.yaml)** | **Core rules** |\n| [scss](extendable-config/scss.yaml)     | SCSS rules     |\n\n### Dependency tree\n\n```mermaid\n  graph TD;\n    core --\u003e scss\n```\n\n## Install\n\n```\n$ npm install @valtech-commerce/stylelint-config\n```\n\n## Usage\n\nAdd some stylelint config to your `.stylelintrc.yaml`:\n\n```yaml\nextends: \"@valtech-commerce/stylelint-config/[RULESET]\"\n```\n\n## Specifications\n\n### `core`\n\n#### Used plugins / configuration\n\n- [stylelint-declaration-strict-value](https://github.com/AndyOGo/stylelint-declaration-strict-value) - Enforces variables, functions, keywords for property's values\n- [stylelint-order](https://github.com/hudochenkov/stylelint-order) - Order related linting rules\n- [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) - stylelint standard rules\n\n### `scss`\n\n#### Used plugins / configuration\n\n- [stylelint-scss](https://github.com/kristerkari/stylelint-scss) - SCSS specific linting rules\n- [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) - stylelint-scss standard rules\n\n## Documentation\n\nSee the [Changelog](CHANGELOG.md) to see what has changed.\n\n## Contribute\n\nSee the [Contributing Guidelines](CONTRIBUTING.md) for ways to get started.\n\nSee the [Support Guide](SUPPORT.md) for ways to get help.\n\nSee the [Security Policy](SECURITY.md) for sharing vulnerability reports.\n\nThis project has a [Code of Conduct](CODE_OF_CONDUCT.md).\nBy interacting with this repository, organization, or community you agree to abide by its terms.\n\n## License\n\n[MIT](LICENSE) © [Valtech Canada inc.](https://www.valtech.ca/)\n\n[npm-badge]: https://img.shields.io/npm/v/@valtech-commerce/stylelint-config?style=flat-square\n[npmsio-badge]: https://img.shields.io/npms-io/final-score/@valtech-commerce/stylelint-config?style=flat-square\n[librariesio-badge]: https://img.shields.io/librariesio/sourcerank/npm/@valtech-commerce/stylelint-config?style=flat-square\n[tests-badge]: https://img.shields.io/github/actions/workflow/status/valtech-commerce/stylelint-config/tests.yaml?style=flat-square\u0026branch=main\n[license-badge]: https://img.shields.io/badge/license-MIT-green?style=flat-square\n[npm-url]: https://www.npmjs.com/package/@valtech-commerce/stylelint-config\n[npmsio-url]: https://npms.io/search?q=%40valtech-commerce%2Fstylelint-config\n[librariesio-url]: https://libraries.io/npm/@valtech-commerce%2Fstylelint-config\n[tests-url]: https://github.com/valtech-commerce/stylelint-config/actions/workflows/tests.yaml?query=branch%3Amain\n[license-url]: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltech-commerce%2Fstylelint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaltech-commerce%2Fstylelint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltech-commerce%2Fstylelint-config/lists"}