https://github.com/ableco/stylelint-config
https://github.com/ableco/stylelint-config
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ableco/stylelint-config
- Owner: ableco
- License: mit
- Created: 2020-09-10T20:25:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T20:27:40.000Z (over 5 years ago)
- Last Synced: 2025-02-21T18:45:45.862Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ableco/stylelint-config
This repository provides the recommended Stylelint configuration for use on Able projects.
## Installation
### Using yarn:
`yarn add @ableco/stylelint-config --dev`
### Using npm:
`npm install @ableco/stylelint-config --save-dev`
## Usage
In your `.stylelintrc` file, replace it with:
```json
{
"extends": "@ableco/stylelint-config"
}
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/stylelint-config.
## License
The library is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).