https://github.com/mgsisk/stylelint-config
Opinionated stylelint configurations for CSS development.
https://github.com/mgsisk/stylelint-config
css lint linter linting stylelint stylelint-config stylelint-config-wordpress stylelintconfig wordpress
Last synced: 9 months ago
JSON representation
Opinionated stylelint configurations for CSS development.
- Host: GitHub
- URL: https://github.com/mgsisk/stylelint-config
- Owner: mgsisk
- License: isc
- Created: 2018-12-05T20:19:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T18:08:22.000Z (over 3 years ago)
- Last Synced: 2025-01-27T08:07:05.149Z (over 1 year ago)
- Topics: css, lint, linter, linting, stylelint, stylelint-config, stylelint-config-wordpress, stylelintconfig, wordpress
- Language: JavaScript
- Size: 749 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: docs/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# @mgsisk/stylelint-config
Opinionated stylelint configurations for CSS development.
[![Latest release][badge-release]][url-release]
[![Build status][badge-build]][url-build]
[![Code maintainability][badge-maintainability]][url-maintainability]
[![Test coverage][badge-coverage]][url-coverage]
[![Maintainer funding][badge-funding]][url-funding]
The @mgsisk/stylelint-config package includes opinionated [stylelint][]
configurations for CSS development.
- `@mgsisk/stylelint-config` – Standard configuration for general development.
- `@mgsisk/stylelint-config/wordpress` – Customized version of
[stylelint-config-wordpress][] for WordPress plugin and theme development.
## Installation
```sh
npm install --save-dev @mgsisk/stylelint-config
```
## Usage
```js
// .stylelintrc.js
module.exports = {
…
extends: ['@mgsisk/stylelint-config'],
…
}
```
[Support resources][] are available if you need help with this project.
## Contributing
[Contributions][] are always welcome; please read the [code of conduct][]
before you begin. See the [changelog][] for notable project changes, and report
any [security][] concerns you find.
## Thanks
To the [contributors][] that help to build, fund, and maintain this project;
the [other works][] that have contributed to and inspired this project; and
anyone that has found this project useful.
## License
[ISC][]
[badge-build]: https://img.shields.io/travis/com/mgsisk/stylelint-config
[badge-coverage]: https://img.shields.io/codeclimate/coverage/mgsisk/stylelint-config
[badge-funding]: https://img.shields.io/liberapay/receives/mgsisk
[badge-maintainability]: https://img.shields.io/codeclimate/maintainability/mgsisk/stylelint-config
[badge-release]: https://img.shields.io/github/v/tag/mgsisk/stylelint-config?sort=semver
[changelog]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CHANGELOG.md
[code of conduct]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CODE_OF_CONDUCT.md
[contributions]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CONTRIBUTING.md
[contributors]: https://github.com/mgsisk/stylelint-config/blob/master/docs/AUTHORS.md
[isc]: https://github.com/mgsisk/stylelint-config/blob/master/LICENSE.md
[other works]: https://github.com/mgsisk/stylelint-config/blob/master/docs/THANKS.md
[security]: https://github.com/mgsisk/stylelint-config/blob/master/docs/SECURITY.md
[stylelint-config-wordpress]: https://github.com/WordPress-Coding-Standards/stylelint-config-wordpress
[stylelint]: https://stylelint.io
[support resources]: https://github.com/mgsisk/stylelint-config/blob/master/docs/SUPPORT.md
[url-build]: https://travis-ci.com/mgsisk/stylelint-config
[url-coverage]: https://codeclimate.com/github/mgsisk/stylelint-config
[url-funding]: https://github.com/mgsisk/stylelint-config/blob/master/docs/CONTRIBUTING.md#funding
[url-maintainability]: https://codeclimate.com/github/mgsisk/stylelint-config
[url-release]: https://github.com/mgsisk/stylelint-config/releases