File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ module.exports = {
77 "springworks"
88 ] ,
99 "rules" : {
10+ "springworks/no-logger-format-payload" : 2 ,
1011 "springworks/no-require-file-extension" : 2 ,
1112
1213 "array-bracket-spacing" : [ 2 , "never" ] ,
Original file line number Diff line number Diff line change 1010 "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
1111 },
1212 "peerDependencies" : {
13- "eslint" : " >=2.9 .0" ,
14- "eslint-plugin-import" : " >=1.0 .0" ,
15- "eslint-plugin-mocha" : " >=2.0 .0" ,
16- "eslint-plugin-springworks" : " >=1 .1.2 "
13+ "eslint" : " >=3.19 .0" ,
14+ "eslint-plugin-import" : " >=2.2 .0" ,
15+ "eslint-plugin-mocha" : " >=4.9 .0" ,
16+ "eslint-plugin-springworks" : " >=2 .1.0 "
1717 },
1818 "devDependencies" : {
19- "babel-eslint" : " 7.1 .1" ,
20- "eslint" : " 3.17.1 " ,
21- "eslint-plugin-import" : " 2.2.0" ,
22- "eslint-plugin-mocha" : " 4.8 .0" ,
23- "eslint-plugin-springworks" : " 2.0.1 " ,
24- "pre-git" : " 3.14.0" ,
25- "semantic-release" : " 6.3.2" ,
26- "tap" : " 10.3.0 "
19+ "babel-eslint" : " ^7.2 .1" ,
20+ "eslint" : " ^3.19.0 " ,
21+ "eslint-plugin-import" : " ^ 2.2.0" ,
22+ "eslint-plugin-mocha" : " ^4.9 .0" ,
23+ "eslint-plugin-springworks" : " ^2.1.0 " ,
24+ "pre-git" : " ^ 3.14.0" ,
25+ "semantic-release" : " ^ 6.3.2" ,
26+ "tap" : " ^ 10.3.1 "
2727 },
2828 "config" : {
2929 "pre-git" : {
You can’t perform that action at this time.
0 commit comments