File tree Expand file tree Collapse file tree 2 files changed +221
-291
lines changed Expand file tree Collapse file tree 2 files changed +221
-291
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "lint-staged" : {
1616 "*.js" : [
17- " eslint" ,
1817 " prettier --write" ,
18+ " eslint" ,
1919 " git add"
2020 ]
2121 },
2222 "eslintConfig" : {
2323 "parserOptions" : {
24- "ecmaVersion" : 6 ,
2524 "sourceType" : " module"
2625 },
26+ "env" : {
27+ "es6" : true
28+ },
2729 "extends" : " eslint:recommended"
2830 },
2931 "babel" : {
5557 },
5658 "homepage" : " https://github.com/css-modules/icss-utils#readme" ,
5759 "dependencies" : {
58- "postcss" : " ^6.0.1 "
60+ "postcss" : " ^6.0.2 "
5961 },
6062 "devDependencies" : {
6163 "babel-cli" : " ^6.24.1" ,
6264 "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 "
6971 }
7072}
You can’t perform that action at this time.
0 commit comments