{"id":19739511,"url":"https://github.com/suitcss/stylelint-suitcss","last_synced_at":"2025-04-30T05:32:05.527Z","repository":{"id":18156699,"uuid":"83581412","full_name":"suitcss/stylelint-suitcss","owner":"suitcss","description":"A collection of Stylelint plugins for SUIT CSS","archived":false,"fork":false,"pushed_at":"2023-01-07T04:06:50.000Z","size":496,"stargazers_count":21,"open_issues_count":5,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-21T21:18:54.521Z","etag":null,"topics":["plugin","stylelint","suit-css"],"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/suitcss.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}},"created_at":"2017-03-01T17:22:51.000Z","updated_at":"2025-02-10T15:10:16.000Z","dependencies_parsed_at":"2023-01-13T21:15:11.277Z","dependency_job_id":null,"html_url":"https://github.com/suitcss/stylelint-suitcss","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fstylelint-suitcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fstylelint-suitcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fstylelint-suitcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fstylelint-suitcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suitcss","download_url":"https://codeload.github.com/suitcss/stylelint-suitcss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251649174,"owners_count":21621488,"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":["plugin","stylelint","suit-css"],"created_at":"2024-11-12T01:17:32.247Z","updated_at":"2025-04-30T05:32:05.192Z","avatar_url":"https://github.com/suitcss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stylelint-suitcss\n\n[![NPM version](http://img.shields.io/npm/v/stylelint-suitcss.svg)](https://www.npmjs.com/package/stylelint-suitcss) [![Build Status](https://github.com/suitcss/stylelint-suitcss/actions/workflows/ci.yml/badge.svg)](https://github.com/suitcss/stylelint-suitcss/actions/workflows/ci.yml)\n\nA collection of [stylelint](https://stylelint.io/) plugins for SUIT CSS.\n\n## Installation\n\n```\nnpm install stylelint-suitcss --save-dev\n\n# or\n\nyarn add stylelint-suitcss --dev\n```\n\n## Usage\n\nAdd `stylelint-suitcss` to your stylelint config plugins array, then add rules\nyou need to the `rules` object.\n\n```js\n// .stylelintrc\n{\n  \"plugins\": [\n    \"stylelint-suitcss\"\n  ],\n  \"rules\": {\n    \"suitcss/custom-property-no-outside-root\": true,\n    \"suitcss/root-no-standard-properties\": true,\n    \"suitcss/selector-root-no-composition\": true\n  }\n}\n```\n\n## Available rules\n\n* [`custom-property-no-outside-root`](./rules/custom-property-no-outside-root/README.md) - Disallow custom properties outside of `:root` rules.\n* [`root-no-standard-properties`](./rules/root-no-standard-properties/README.md) - Disallow standard properties inside `:root` rules.\n* [`selector-root-no-composition`](./rules/selector-root-no-composition/README.md) - Disallow the composition of `:root` in selectors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuitcss%2Fstylelint-suitcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuitcss%2Fstylelint-suitcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuitcss%2Fstylelint-suitcss/lists"}