{"id":15541498,"url":"https://github.com/mgsisk/stylelint-config","last_synced_at":"2025-10-18T08:31:10.642Z","repository":{"id":33764590,"uuid":"160573442","full_name":"mgsisk/stylelint-config","owner":"mgsisk","description":"Opinionated stylelint configurations for CSS development.","archived":false,"fork":false,"pushed_at":"2023-01-16T18:08:22.000Z","size":767,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T08:07:05.149Z","etag":null,"topics":["css","lint","linter","linting","stylelint","stylelint-config","stylelint-config-wordpress","stylelintconfig","wordpress"],"latest_commit_sha":null,"homepage":null,"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/mgsisk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"docs/CODEOWNERS","security":"docs/SECURITY.md","support":null},"funding":{"issuehunt":"mgsisk","liberapay":"mgsisk","otechie":"mgsisk"}},"created_at":"2018-12-05T20:19:16.000Z","updated_at":"2021-05-07T19:25:12.000Z","dependencies_parsed_at":"2023-02-10T05:30:57.263Z","dependency_job_id":null,"html_url":"https://github.com/mgsisk/stylelint-config","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgsisk%2Fstylelint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgsisk%2Fstylelint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgsisk%2Fstylelint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgsisk%2Fstylelint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgsisk","download_url":"https://codeload.github.com/mgsisk/stylelint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236917744,"owners_count":19225272,"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":["css","lint","linter","linting","stylelint","stylelint-config","stylelint-config-wordpress","stylelintconfig","wordpress"],"created_at":"2024-10-02T12:17:32.803Z","updated_at":"2025-10-18T08:31:05.318Z","avatar_url":"https://github.com/mgsisk.png","language":"JavaScript","funding_links":["https://issuehunt.io/r/mgsisk","https://liberapay.com/mgsisk","https://otechie.com/mgsisk"],"categories":[],"sub_categories":[],"readme":"# @mgsisk/stylelint-config\n\nOpinionated stylelint configurations for CSS development.\n\n[![Latest release][badge-release]][url-release]\n[![Build status][badge-build]][url-build]\n[![Code maintainability][badge-maintainability]][url-maintainability]\n[![Test coverage][badge-coverage]][url-coverage]\n[![Maintainer funding][badge-funding]][url-funding]\n\nThe @mgsisk/stylelint-config package includes opinionated [stylelint][]\nconfigurations for CSS development.\n\n- `@mgsisk/stylelint-config` – Standard configuration for general development.\n- `@mgsisk/stylelint-config/wordpress` – Customized version of\n  [stylelint-config-wordpress][] for WordPress plugin and theme development.\n\n## Installation\n\n```sh\nnpm install --save-dev @mgsisk/stylelint-config\n```\n\n## Usage\n\n```js\n// .stylelintrc.js\n\nmodule.exports = {\n  …\n  extends: ['@mgsisk/stylelint-config'],\n  …\n}\n```\n\n[Support resources][] are available if you need help with this project.\n\n## Contributing\n\n[Contributions][] are always welcome; please read the [code of conduct][]\nbefore you begin. See the [changelog][] for notable project changes, and report\nany [security][] concerns you find.\n\n## Thanks\n\nTo the [contributors][] that help to build, fund, and maintain this project;\nthe [other works][] that have contributed to and inspired this project; and\nanyone that has found this project useful.\n\n## License\n\n[ISC][]\n\n[badge-build]: https://img.shields.io/travis/com/mgsisk/stylelint-config\n[badge-coverage]: https://img.shields.io/codeclimate/coverage/mgsisk/stylelint-config\n[badge-funding]: https://img.shields.io/liberapay/receives/mgsisk\n[badge-maintainability]: https://img.shields.io/codeclimate/maintainability/mgsisk/stylelint-config\n[badge-release]: https://img.shields.io/github/v/tag/mgsisk/stylelint-config?sort=semver\n[changelog]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CHANGELOG.md\n[code of conduct]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CODE_OF_CONDUCT.md\n[contributions]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CONTRIBUTING.md\n[contributors]: https://github.com/mgsisk/stylelint-config/blob/master/docs/AUTHORS.md\n[isc]: https://github.com/mgsisk/stylelint-config/blob/master/LICENSE.md\n[other works]: https://github.com/mgsisk/stylelint-config/blob/master/docs/THANKS.md\n[security]: https://github.com/mgsisk/stylelint-config/blob/master/docs/SECURITY.md\n[stylelint-config-wordpress]: https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress\n[stylelint]: https://stylelint.io\n[support resources]: https://github.com/mgsisk/stylelint-config/blob/master/docs/SUPPORT.md\n[url-build]: https://travis-ci.com/mgsisk/stylelint-config\n[url-coverage]: https://codeclimate.com/github/mgsisk/stylelint-config\n[url-funding]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CONTRIBUTING.md#funding\n[url-maintainability]: https://codeclimate.com/github/mgsisk/stylelint-config\n[url-release]: https://github.com/mgsisk/stylelint-config/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgsisk%2Fstylelint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgsisk%2Fstylelint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgsisk%2Fstylelint-config/lists"}