{"id":18263938,"url":"https://github.com/studiometa/stylelint-config","last_synced_at":"2025-04-04T20:31:25.474Z","repository":{"id":33660227,"uuid":"158412356","full_name":"studiometa/stylelint-config","owner":"studiometa","description":"StyleLint Configuration","archived":false,"fork":false,"pushed_at":"2024-12-09T01:18:49.000Z","size":952,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-03-31T04:02:04.245Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studiometa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2018-11-20T15:36:42.000Z","updated_at":"2025-01-13T20:02:18.000Z","dependencies_parsed_at":"2024-06-21T13:01:56.374Z","dependency_job_id":"c588f6f8-41a7-4e03-8188-bf4b8575be18","html_url":"https://github.com/studiometa/stylelint-config","commit_stats":{"total_commits":73,"total_committers":6,"mean_commits":"12.166666666666666","dds":"0.15068493150684936","last_synced_commit":"9b25af2ed39c65c9ef5d84e0d8232427ca628ac8"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studiometa","download_url":"https://codeload.github.com/studiometa/stylelint-config/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247246404,"owners_count":20907790,"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-11-05T11:13:11.348Z","updated_at":"2025-04-04T20:31:25.091Z","avatar_url":"https://github.com/studiometa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StyleLint Configuration\n\n[![NPM Version](https://img.shields.io/npm/v/@studiometa/stylelint-config.svg?style=flat-square)](https://www.npmjs.com/package/@studiometa/stylelint-config)\n[![Dependency Status](https://img.shields.io/david/studiometa/stylelint-config.svg?label=deps\u0026style=flat-square)](https://david-dm.org/studiometa/stylelint-config)\n[![devDependency Status](https://img.shields.io/david/dev/studiometa/stylelint-config.svg?label=devDeps\u0026style=flat-square)](https://david-dm.org/studiometa/stylelint-config?type=dev)\n\n\u003e Studio Meta's one and only Stylelint configuration to be used across projects.\n\n## Usage\n\nInstall the package with your favorite package manager:\n\n```bash\nyarn add --dev @studiometa/stylelint-config\n# or\nnpm install --save-dev @studiometa/stylelint-config\n```\n\nCreate a `.stylelintrc.js` in your project's root folder with the following:\n\n```js\nmodule.exports = {\n  extends: '@studiometa/stylelint-config',\n};\n```\n\nIt is recommended to use [Prettier](https://prettier.io/) in your project for a more opinionated linting and formatting of your files. To do so, you can use the `prettier` configuration sent in this package. Add a `.prettierrc` file at the root of your project and set the StyleLint configuration as follow:\n\n```js\nmodule.exports = {\n  extends: '@studiometa/stylelint-config/prettier',\n};\n```\n\n## TODO\n\n- Add tests (cf. [tests](https://github.com/stylelint/stylelint-config-recommended/blob/master/__tests__/index.test.js) from recommended configuration)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiometa%2Fstylelint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiometa%2Fstylelint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiometa%2Fstylelint-config/lists"}