File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1616 - node_modules
1717 key : v1-dependencies-{{ checksum "package.json" }}
1818 - run : ./node_modules/.bin/eslint -v
19+ - run : npm show eslint-plugin-html version
1920 - run : ./node_modules/.bin/eslint ./
2021 - run : ./node_modules/.bin/stylelint -v
2122 - run : npm show stylelint-config-standard version
23+ - run : npm show postcss-html version
24+ - run : npm show @stylelint/postcss-css-in-js version
2225 - run : ./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js
Original file line number Diff line number Diff line change 66 "parserOptions" : {
77 "ecmaVersion" : 6
88 },
9+ "plugins" : [" html" ],
910 "rules" : {
1011 "array-element-newline" : [" error" , " consistent" ],
1112 "camelcase" : " off" ,
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
33 "eslint" : " *" ,
4+ "eslint-plugin-html" : " *" ,
45 "stylelint-config-standard" : " *" ,
56 "postcss-html" : " *" ,
67 "@stylelint/postcss-css-in-js" : " *"
You can’t perform that action at this time.
0 commit comments