File tree 2 files changed +221
-291
lines changed
2 files changed +221
-291
lines changed Original file line number Diff line number Diff line change 14
14
},
15
15
"lint-staged" : {
16
16
"*.js" : [
17
- " eslint" ,
18
17
" prettier --write" ,
18
+ " eslint" ,
19
19
" git add"
20
20
]
21
21
},
22
22
"eslintConfig" : {
23
23
"parserOptions" : {
24
- "ecmaVersion" : 6 ,
25
24
"sourceType" : " module"
26
25
},
26
+ "env" : {
27
+ "es6" : true
28
+ },
27
29
"extends" : " eslint:recommended"
28
30
},
29
31
"babel" : {
55
57
},
56
58
"homepage" : " https://github.com/css-modules/icss-utils#readme" ,
57
59
"dependencies" : {
58
- "postcss" : " ^6.0.1 "
60
+ "postcss" : " ^6.0.2 "
59
61
},
60
62
"devDependencies" : {
61
63
"babel-cli" : " ^6.24.1" ,
62
64
"babel-jest" : " ^20.0.3" ,
63
- "babel-preset-env" : " ^1.5.1 " ,
64
- "eslint" : " ^3.19 .0" ,
65
- "husky" : " ^0.13.3 " ,
66
- "jest" : " ^20.0.3 " ,
67
- "lint-staged" : " ^3.4.2 " ,
68
- "prettier" : " ^1.3.1 "
65
+ "babel-preset-env" : " ^1.5.2 " ,
66
+ "eslint" : " ^4.0 .0" ,
67
+ "husky" : " ^0.13.4 " ,
68
+ "jest" : " ^20.0.4 " ,
69
+ "lint-staged" : " ^3.6.1 " ,
70
+ "prettier" : " ^1.4.4 "
69
71
}
70
72
}
You can’t perform that action at this time.
0 commit comments