File tree Expand file tree Collapse file tree 2 files changed +290
-381
lines changed Expand file tree Collapse file tree 2 files changed +290
-381
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @studiometa/stylelint-config" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " StyleLint Configuration" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
24
24
},
25
25
"homepage" : " https://github.com/studiometa/stylelint-config#readme" ,
26
26
"devDependencies" : {
27
- "@studiometa/eslint-config" : " ^1.1.3 " ,
27
+ "@studiometa/eslint-config" : " ^1.1.4 " ,
28
28
"@studiometa/prettier-config" : " ^1.0.0" ,
29
29
"eslint" : " ^6.0.1" ,
30
- "husky" : " ^2.7.0"
30
+ "husky" : " ^2.7.0" ,
31
+ "prettier" : " ^1.18.2" ,
32
+ "stylelint" : " ^10.1.0"
31
33
},
32
34
"dependencies" : {
33
- "prettier" : " ^1.18.2" ,
34
- "stylelint" : " ^10.1.0" ,
35
35
"stylelint-config-prettier" : " ^5.2.0" ,
36
36
"stylelint-config-recommended" : " ^2.2.0" ,
37
37
"stylelint-config-recommended-scss" : " ^3.3.0" ,
40
40
"stylelint-order" : " ^3.0.0" ,
41
41
"stylelint-prettier" : " ^1.1.1" ,
42
42
"stylelint-scss" : " ^3.8.0"
43
+ },
44
+ "peerDependencies" : {
45
+ "prettier" : " ^1.18.2" ,
46
+ "stylelint" : " ^10.1.0"
43
47
}
44
48
}
You can’t perform that action at this time.
0 commit comments