We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d032c commit 5e55680Copy full SHA for 5e55680
.circleci/config.yml
@@ -15,4 +15,8 @@ jobs:
15
paths:
16
- node_modules
17
key: v1-dependencies-{{ checksum "package.json" }}
18
+ - run: ./node_modules/.bin/eslint -v
19
- run: ./node_modules/.bin/eslint ./
20
+ - run: ./node_modules/.bin/stylelint -v
21
+ - run: npm show stylelint-config-standard version
22
+ - run: ./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js
0 commit comments