mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Include missing dependency postcss
This commit is contained in:
parent
b1952b8acb
commit
1a2c3e092e
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ Linters @ Williams New York
|
||||||
* Linter:
|
* Linter:
|
||||||
* [stylelint](https://github.com/stylelint/stylelint)
|
* [stylelint](https://github.com/stylelint/stylelint)
|
||||||
* Modules:
|
* Modules:
|
||||||
|
* [postcss](https://github.com/postcss/postcss)
|
||||||
* [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss)
|
* [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss)
|
||||||
* [stylelint-order](https://github.com/hudochenkov/stylelint-order)
|
* [stylelint-order](https://github.com/hudochenkov/stylelint-order)
|
||||||
* [stylelint-stylistic](https://github.com/stylelint-stylistic/stylelint-stylistic)
|
* [stylelint-stylistic](https://github.com/stylelint-stylistic/stylelint-stylistic)
|
||||||
|
@ -16,7 +17,7 @@ Linters @ Williams New York
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install -g stylelint stylelint-config-recommended-scss stylelint-order @stylistic/stylelint-plugin
|
npm install -g stylelint postcss stylelint-config-recommended-scss stylelint-order @stylistic/stylelint-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
### Config
|
### Config
|
||||||
|
|
Loading…
Reference in a new issue