{"id":18302983,"url":"https://github.com/etchteam/stylelint","last_synced_at":"2026-02-27T10:44:55.354Z","repository":{"id":64958401,"uuid":"579952773","full_name":"etchteam/stylelint","owner":"etchteam","description":"Our shared stylelint config","archived":false,"fork":false,"pushed_at":"2026-01-22T05:48:15.000Z","size":493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T19:58:34.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@etchteam/stylelint-config","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etchteam.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-19T10:59:51.000Z","updated_at":"2026-01-22T05:48:19.000Z","dependencies_parsed_at":"2023-02-08T16:50:38.677Z","dependency_job_id":"fe26a02c-c10f-4967-9799-944d45fe6a73","html_url":"https://github.com/etchteam/stylelint","commit_stats":{"total_commits":23,"total_committers":5,"mean_commits":4.6,"dds":0.5217391304347826,"last_synced_commit":"474194149c4c23b14b2f14bdde23cd144634f2aa"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/etchteam/stylelint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etchteam%2Fstylelint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etchteam%2Fstylelint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etchteam%2Fstylelint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etchteam%2Fstylelint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etchteam","download_url":"https://codeload.github.com/etchteam/stylelint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etchteam%2Fstylelint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29892055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-11-05T15:23:31.374Z","updated_at":"2026-02-27T10:44:55.332Z","avatar_url":"https://github.com/etchteam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @etchteam/stylelint\n\nThe [stylelint](https://stylelint.io/) config that we use at [Etch](https://etch.co)\n\n## Install\n\n```bash\nnpm i -D stylelint prettier @etchteam/stylelint-config\n```\n\n## Usage\n\n```bash\necho \"module.exports = { extends: ['@etchteam/stylelint-config'] };\" \u003e stylelint.config.cjs\n```\n\n### With lint-staged\n\n#### New project\n\nRun the following:\n\n```bash\nnpm i -D husky lint-staged\n\necho \"module.exports = { '*.{css,scss}': 'stylelint --fix' };\" \u003e lint-staged.config.cjs\n\nnpx husky init\n\necho \"npx --no-install -- lint-staged\" \u003e .husky/pre-commit\n\n```\n\n#### Existing project with husky and lint staged\n\nAdd the following to your lint-staged config:\n\n`'*.{css,scss}': 'stylelint --fix'`\n\n## Usage with VSCode\n\n### New project with no VSCode config\n\nRun the following:\n\n```bash\nmkdir .vscode\n\necho \"{ \\\"editor.formatOnSave\\\": false, \\\"editor.codeActionsOnSave\\\": { \\\"source.fixAll.stylelint\\\": true } }\" \u003e .vscode/settings.json\n```\n\n### Exisiting project with VSCode config\n\nAdd the following to `.vscode/settings.json`:\n\n```json\n\"editor.formatOnSave\": false,\n\"editor.codeActionsOnSave\": {\n  \"source.fixAll.stylelint\": true\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetchteam%2Fstylelint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetchteam%2Fstylelint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetchteam%2Fstylelint/lists"}