File tree 6 files changed +198
-245
lines changed
6 files changed +198
-245
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ module.exports = {
24
24
// see: https://stylelint.io/user-guide/rules/list/declaration-empty-line-before/
25
25
'declaration-empty-line-before' : null ,
26
26
27
- // we've agreed to not enforce a limit on the lines lenght (we embed SVGs so very long strings + plus modern browsers can esily soft-wrap code)
28
- // see: https://stylelint.io/user-guide/rules/list/max-line-length/
29
- 'max-line-length' : null ,
30
-
31
27
// we've decided to disable this rule because we want to be able to order our declarations based on different criteria, if/when needed
32
28
// see: https://stylelint.io/user-guide/rules/list/no-descending-specificity/
33
29
'no-descending-specificity' : null ,
Original file line number Diff line number Diff line change 86
86
"rollup-plugin-copy" : " ^3.5.0" ,
87
87
"rollup-plugin-scss" : " ^4.0.0" ,
88
88
"rollup-plugin-ts" : " ^3.4.5" ,
89
- "stylelint" : " ^15.11.0 " ,
89
+ "stylelint" : " ^16.3.1 " ,
90
90
"stylelint-config-rational-order" : " ^0.1.2" ,
91
- "stylelint-config-standard-scss" : " ^11 .1.0" ,
91
+ "stylelint-config-standard-scss" : " ^13 .1.0" ,
92
92
"typescript" : " ^5.3.3"
93
93
},
94
94
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ module.exports = {
24
24
// see: https://stylelint.io/user-guide/rules/list/declaration-empty-line-before/
25
25
'declaration-empty-line-before' : null ,
26
26
27
- // we've agreed to not enforce a limit on the lines lenght (we embed SVGs so very long strings + plus modern browsers can esily soft-wrap code)
28
- // see: https://stylelint.io/user-guide/rules/list/max-line-length/
29
- 'max-line-length' : null ,
30
-
31
27
// we've decided to disable this rule because we want to be able to order our declarations based on different criteria, if/when needed
32
28
// see: https://stylelint.io/user-guide/rules/list/no-descending-specificity/
33
29
'no-descending-specificity' : null ,
Original file line number Diff line number Diff line change 99
99
"qunit-dom" : " ^3.0.0" ,
100
100
"sass" : " ^1.69.5" ,
101
101
"sinon" : " ^17.0.0" ,
102
- "stylelint" : " ^15.11.0 " ,
102
+ "stylelint" : " ^16.3.1 " ,
103
103
"stylelint-config-rational-order" : " ^0.1.2" ,
104
- "stylelint-config-standard-scss" : " ^11 .1.0" ,
104
+ "stylelint-config-standard-scss" : " ^13 .1.0" ,
105
105
"typescript" : " ^5.4.2" ,
106
106
"webpack" : " ^5.89.0"
107
107
},
Original file line number Diff line number Diff line change 120
120
"remark-rehype" : " ^11.0.0" ,
121
121
"resolve" : " ^1.22.8" ,
122
122
"showdown" : " ^2.1.0" ,
123
- "stylelint" : " ^15.11.0 " ,
123
+ "stylelint" : " ^16.3.1 " ,
124
124
"stylelint-config-rational-order" : " ^0.1.2" ,
125
- "stylelint-config-standard-scss" : " ^11 .1.0" ,
125
+ "stylelint-config-standard-scss" : " ^13 .1.0" ,
126
126
"unist-util-remove" : " ^4.0.0" ,
127
127
"unist-util-select" : " ^5.1.0" ,
128
128
"unist-util-visit" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments