{"id":20226146,"url":"https://github.com/steamerjs/style-lint","last_synced_at":"2026-06-06T04:31:12.128Z","repository":{"id":57096730,"uuid":"94507033","full_name":"steamerjs/style-lint","owner":"steamerjs","description":"alloyteam css style lint","archived":false,"fork":false,"pushed_at":"2017-06-16T08:24:02.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-25T09:12:31.308Z","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/steamerjs.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}},"created_at":"2017-06-16T05:08:09.000Z","updated_at":"2017-06-16T08:00:51.000Z","dependencies_parsed_at":"2022-08-20T16:50:30.038Z","dependency_job_id":null,"html_url":"https://github.com/steamerjs/style-lint","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steamerjs%2Fstyle-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steamerjs%2Fstyle-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steamerjs%2Fstyle-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steamerjs%2Fstyle-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steamerjs","download_url":"https://codeload.github.com/steamerjs/style-lint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670132,"owners_count":20000326,"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-14T07:16:28.139Z","updated_at":"2026-06-06T04:31:11.033Z","avatar_url":"https://github.com/steamerjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tencent AlloyTeam JavaScript Code Guide Stylelint Configuration\n\n## Installation\n\n### Install Shareable Config\n\nThere are one configs contained in this repo:\n* [@alloyteam/stylelint-config-standard](https://github.com/steamerjs/style-lint/tree/master/packages/standard)\n\n```javascript\nnpm i --save-dev @alloyteam/stylelint-config-standard\n```\n\n\n### Global\n\n```javascript\nnpm install -g stylelint\n\nstylelint --config stylelintrc.js xxx.less\n```\n\n### Local\n\n```javascript\nnpm install --save-dev stylelint\n\n// in package.json\nscripts: {\n\tlint: \"stylelint --config stylelintrc.js xxx.less\"\n}\n\nnpm run lint\n```\n\n### Usage\n\n* create .stylelintrc.js file\n* if you would like standard code guide, please copy and paste following content\n\n```javascript\nmodule.exports = {\n    \"env\": {},\n    \"extends\": [\n        \"@alloyteam/stylelint-config-standard\",\n    ],\n    \"plugins\": [],\n    \"rules\": {},\n    \"globals\": {}\n};\n```\n\n\n## Reference \n* [Alloyteam Code Guide](http://alloyteam.github.io/CodeGuide)\n* [Stylelint Code Guide](https://stylelint.io/user-guide/configuration/#extends)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteamerjs%2Fstyle-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteamerjs%2Fstyle-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteamerjs%2Fstyle-lint/lists"}