File tree Expand file tree Collapse file tree 4 files changed +582
-1472
lines changed Expand file tree Collapse file tree 4 files changed +582
-1472
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 1
1
{
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"],
8
4
"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
25
8
}
26
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-mpa" ,
3
- "version" : " 3.9 .0" ,
3
+ "version" : " 3.10 .0" ,
4
4
"description" : " Multi page app setup with webpack" ,
5
5
"scripts" : {
6
6
"build" : " webpack --mode=production" ,
29
29
},
30
30
"license" : " MIT" ,
31
31
"dependencies" : {
32
- "itscss" : " 1.6 .0"
32
+ "itscss" : " 2.0 .0"
33
33
},
34
34
"devDependencies" : {
35
35
"@babel/core" : " 7.15.8" ,
64
64
"sass" : " 1.43.3" ,
65
65
"sass-loader" : " 12.2.0" ,
66
66
"spritesh" : " 1.2.1" ,
67
- "stylelint" : " 13.13.1" ,
68
- "stylelint-config-recommended" : " 5.0.0" ,
67
+ "stylelint" : " 14.0.0" ,
68
+ "stylelint-config-recommended" : " 6.0.0" ,
69
+ "stylelint-config-standard-scss" : " 2.0.0" ,
69
70
"stylelint-no-unsupported-browser-features" : " 5.0.2" ,
71
+ "stylelint-scss" : " 4.0.0" ,
70
72
"svgo" : " 2.7.0" ,
71
73
"webpack" : " 5.59.1" ,
72
74
"webpack-cli" : " 4.9.1" ,
You can’t perform that action at this time.
0 commit comments