https://github.com/shelfio/stylelint-config
Shelf's reusable stylelint config provides a comprehensive and efficient solution for ensuring consistency in your CSS, SCSS, HTML, React inline styles, and Styled Components. This config covers best practices for styling and helps you maintain a consistent codebase for your projects. With Shelf's reusable stylelint config, you can streamline your
https://github.com/shelfio/stylelint-config
best-practices config frontend linting npm-package preset stylelint styling
Last synced: 9 months ago
JSON representation
Shelf's reusable stylelint config provides a comprehensive and efficient solution for ensuring consistency in your CSS, SCSS, HTML, React inline styles, and Styled Components. This config covers best practices for styling and helps you maintain a consistent codebase for your projects. With Shelf's reusable stylelint config, you can streamline your
- Host: GitHub
- URL: https://github.com/shelfio/stylelint-config
- Owner: shelfio
- License: mit
- Created: 2023-01-31T12:57:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T00:22:09.000Z (9 months ago)
- Last Synced: 2025-04-05T01:22:53.904Z (9 months ago)
- Topics: best-practices, config, frontend, linting, npm-package, preset, stylelint, styling
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @shelf/stylelint-config [](https://circleci.com/gh/shelfio/stylelint-config/tree/master)
> Shelf's reusable stylelint config provides a comprehensive and efficient solution for ensuring consistency in your CSS, SCSS, HTML, React inline styles, and Styled Components. This config covers best practices for styling and helps you maintain a consistent codebase for your projects. With Shelf's reusable stylelint config, you can streamline your workflow and avoid common styling issues, making your development process smoother and more efficient.
## Install
```
$ yarn add @shelf/stylelint-config
```
## Usage
```js
{
extends: '@shelf/stylelint-config'
}
```
## Publish
```sh
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
```
## License
MIT © [Shelf](https://shelf.io)