Stylelint needs libraries
This commit is contained in:
parent
862b6f49bd
commit
7afb5bc493
|
@ -22,7 +22,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: npm install stylelint eslint
|
run: npm install stylelint stylelint-config-recommended stylelint-config-standard \
|
||||||
|
stylelint-order eslint
|
||||||
|
|
||||||
# See .stylelintignore for files that are not linted.
|
# See .stylelintignore for files that are not linted.
|
||||||
- name: Run stylelint
|
- name: Run stylelint
|
||||||
|
|
Loading…
Reference in New Issue