File tree Expand file tree Collapse file tree 4 files changed +561
-1340
lines changed
Expand file tree Collapse file tree 4 files changed +561
-1340
lines changed Original file line number Diff line number Diff line change 1+ assets /styles /_sprite.scss
Original file line number Diff line number Diff line change 11{
2- "extends": [
3- "stylelint-config-recommended"
4- ],
5- "plugins": [
6- "stylelint-no-unsupported-browser-features"
7- ],
2+ "extends": ["stylelint-config-recommended", "stylelint-config-standard-scss"],
3+ "plugins": ["stylelint-scss", "stylelint-no-unsupported-browser-features"],
84 "rules": {
9- "at-rule-no-unknown": [
10- true,
11- {
12- "ignoreAtRules": [
13- "function",
14- "if",
15- "each",
16- "include",
17- "mixin",
18- "for",
19- "while",
20- "else",
21- "return"
22- ]
23- }
24- ]
5+ "string-quotes": "single",
6+ "at-rule-no-unknown": null,
7+ "scss/at-rule-no-unknown": true
258 }
269}
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-mpa-ts" ,
3- "version" : " 3.9.1 " ,
3+ "version" : " 3.10.0 " ,
44 "description" : " Multi page app setup with webpack" ,
55 "scripts" : {
66 "build" : " webpack --mode=production" ,
3939 "@types/cssnano" : " 4.0.1" ,
4040 "@types/extract-text-webpack-plugin" : " 3.0.6" ,
4141 "@types/mini-css-extract-plugin" : " 2.4.0" ,
42- "@types/node" : " 16.4.13 " ,
42+ "@types/node" : " 16.11.4 " ,
4343 "@types/postcss-flexbugs-fixes" : " 4.2.1" ,
4444 "@types/postcss-url" : " 8.0.2" ,
4545 "@types/svgo" : " 2.6.0" ,
7878 "sass-loader" : " 12.2.0" ,
7979 "source-map-loader" : " 3.0.0" ,
8080 "spritesh" : " 1.2.1" ,
81- "stylelint" : " 13.13.1" ,
82- "stylelint-config-recommended" : " 5.0.0" ,
81+ "stylelint" : " 14.0.0" ,
82+ "stylelint-config-recommended" : " 6.0.0" ,
83+ "stylelint-config-standard-scss" : " 2.0.0" ,
8384 "stylelint-no-unsupported-browser-features" : " 5.0.2" ,
85+ "stylelint-scss" : " 4.0.0" ,
8486 "svgo" : " 2.7.0" ,
8587 "ts-loader" : " 9.2.6" ,
8688 "typescript" : " 4.4.4" ,
You can’t perform that action at this time.
0 commit comments