@eighteen73/stylelint-config-wordpress
Version:
eighteen73 coding standards for CSS and SCSS in WordPress projects.
25 lines (17 loc) • 551 B
Markdown
# @eighteen73/stylelint-config-wordpress
eighteen73 coding standards for CSS and SCSS.
## Installation
This package is a stylelint shareable configuration, and requires the `stylelint` library.
To install this config and dependencies:
```bash
npm install --save-dev stylelint @eighteen73/stylelint-config-wordpress
```
Then, add a `.stylelintrc` file and extend these rules. You can also add your own rules and overrides for further customization.
```json
{
"extends": "@eighteen73/stylelint-config-wordpress",
"rules": {
...
}
}
```