Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darwintantuco/stylelint-config
My personal stylelint config
https://github.com/darwintantuco/stylelint-config
stylelint stylelint-config
Last synced: 18 days ago
JSON representation
My personal stylelint config
- Host: GitHub
- URL: https://github.com/darwintantuco/stylelint-config
- Owner: darwintantuco
- License: mit
- Created: 2019-07-14T12:02:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:30:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T16:33:04.773Z (26 days ago)
- Topics: stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 577 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint-config
![Node.js CI](https://github.com/darwintantuco/stylelint-config/workflows/Node.js%20CI/badge.svg)
My personal stylelint config
## Dependencies
- stylelint
- stylelint-config-standard
- stylelint-rscss/config
- stylelint-8-point-grid
- stylelint-a11y## Installation
### npm
```
npm install @darwintantuco/stylelint-config --save-dev
```### yarn
```
yarn add @darwintantuco/stylelint-config --dev
```## Usage
Update `.stylelintrc`
```js
// .stylelintrc
{
"extends": [
"@darwintantuco/stylelint-config"
]
}
```Or add stylelint config in `package.json`
```json
{
"stylelint": { "extends": ["@darwintantuco/stylelint-config"] },
"scripts": {
"lint:css": "stylelint 'css/**/*.{css,scss}'"
}
}
```## License
MIT