File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ module.exports = {
21
21
"comment-whitespace-inside" : "always" ,
22
22
"declaration-bang-space-after" : "never" ,
23
23
"declaration-bang-space-before" : "always" ,
24
+ "declaration-block-no-ignored-properties" : true ,
24
25
"declaration-block-no-shorthand-property-overrides" : true ,
25
26
"declaration-block-semicolon-newline-after" : "always-multi-line" ,
26
27
"declaration-block-semicolon-space-after" : "always-single-line" ,
Original file line number Diff line number Diff line change 22
22
"eslint" : " ^2.2.0" ,
23
23
"eslint-config-stylelint" : " ^1.0.0" ,
24
24
"npmpub" : " ^3.0.1" ,
25
- "stylelint" : " ^4.5 .0"
25
+ "stylelint" : " ^5.3 .0"
26
26
},
27
27
"peerDependencies" : {
28
- "stylelint" : " ^4.5.0 || ^5.0 .0"
28
+ "stylelint" : " ^5.3 .0"
29
29
},
30
30
"scripts" : {
31
31
"ava" : " ava --verbose \" __tests__/**/*.js\" " ,
You can’t perform that action at this time.
0 commit comments