File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ module.exports = {
136
136
'selector-list-comma-space-after' : 'always-single-line' ,
137
137
'selector-list-comma-space-before' : 'never' ,
138
138
'selector-max-empty-lines' : 0 ,
139
- 'selector-no -id' : true ,
139
+ 'selector-max -id' : 0 ,
140
140
'selector-pseudo-class-case' : 'lower' ,
141
141
'selector-pseudo-class-no-unknown' : true ,
142
142
'selector-pseudo-class-parentheses-space-inside' : 'never' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-sky-uk" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Sky's CSS Stylelint configuration, following our Style Guide" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
41
41
"eslint-plugin-jsx-a11y" : " ^4.0.0" ,
42
42
"eslint-plugin-react" : " ^6.9.0" ,
43
43
"pre-commit" : " ^1.2.2" ,
44
- "stylelint" : " ^7.9 .0" ,
45
- "stylelint-scss" : " ^1.4.3 " ,
46
- "stylelint-selector-bem-pattern" : " ^1.0.0 "
44
+ "stylelint" : " ^8.0 .0" ,
45
+ "stylelint-scss" : " ^2.0.1 " ,
46
+ "stylelint-selector-bem-pattern" : " ^1.1.1 "
47
47
},
48
48
"peerDependencies" : {
49
- "stylelint" : " ^7.9 .0" ,
50
- "stylelint-scss" : " ^1.4.3 " ,
51
- "stylelint-selector-bem-pattern" : " ^1.0.0 "
49
+ "stylelint" : " ^8.0 .0" ,
50
+ "stylelint-scss" : " ^2.0.1 " ,
51
+ "stylelint-selector-bem-pattern" : " ^1.1.1 "
52
52
},
53
53
"eslintConfig" : {
54
54
"extends" : [
You can’t perform that action at this time.
0 commit comments