Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chialab/stylelint-config
💅 Chialab's linting rules for Stylelint.
https://github.com/chialab/stylelint-config
Last synced: about 2 months ago
JSON representation
💅 Chialab's linting rules for Stylelint.
- Host: GitHub
- URL: https://github.com/chialab/stylelint-config
- Owner: chialab
- License: mit
- Created: 2020-11-15T12:52:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T09:19:30.000Z (12 months ago)
- Last Synced: 2024-10-07T19:19:54.529Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 801 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @chialab/stylelint-config
Chialab's linting rules for [Stylelint](https://stylelint.io/).
## Usage
Install Stylelint:
```
npm i -D stylelint
``````
yarn add -D stylelint
```Install `@chialab/stylelint-config`:
```
npm i -D @chialab/stylelint-config
``````
yarn add -D @chialab/stylelint-config
```Create a `.stylelintrc.json` file and add the configuration:
**.stylelintrc.json**
```json
{
"extends": "@chialab/stylelint-config"
}
```## IDE
Install the Stylelint extension for your IDE (optional):
* [VSCode](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)