File tree 3 files changed +14
-5
lines changed
packages/formatter-stream
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "formatter" : " stream" ,
3
+ "rules" : {
4
+ "babel/transform-inline-consecutive-adds" : [" on" , " Consecutive adds should be avoided" ]
5
+ },
6
+ "plugins" : [
7
+ " babel/transform-inline-consecutive-adds"
8
+ ]
9
+ }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const {run} = require('madrun');
5
5
module . exports = {
6
6
'test' : ( ) => `tape 'test/*.js'` ,
7
7
'watch:test' : ( ) => `nodemon -w lib -w test -x ${ run ( 'test' ) } ` ,
8
- 'lint' : ( ) => `eslint lib test madrun.js --ignore-pattern test/fixture ` ,
8
+ 'lint' : ( ) => `putout lib test madrun.js` ,
9
9
'fix:lint' : ( ) => run ( 'lint' , '--fix' ) ,
10
10
'putout' : ( ) => `putout lib test` ,
11
11
'coverage' : ( ) => `nyc ${ run ( 'test' ) } ` ,
Original file line number Diff line number Diff line change 31
31
"devDependencies" : {
32
32
"@putout/plugin-remove-unused-variables" : " ^1.25.0" ,
33
33
"@putout/test" : " ^1.3.0" ,
34
+ "babel-plugin-transform-inline-consecutive-adds" : " ^0.4.3" ,
34
35
"coveralls" : " ^3.0.0" ,
35
- "eslint" : " ^5.6 .0" ,
36
- "eslint-plugin-node" : " ^8 .0.1" ,
36
+ "eslint" : " ^6.0 .0" ,
37
+ "eslint-plugin-node" : " ^9 .0.1" ,
37
38
"eslint-plugin-putout" : " ^1.3.1" ,
38
39
"madrun" : " ^2.0.0" ,
39
- "nyc" : " ^14.0.0" ,
40
- "putout" : " ^4.3.2"
40
+ "nyc" : " ^14.0.0"
41
41
},
42
42
"peerDependencies" : {
43
43
"putout" : " >=4.3.2"
You can’t perform that action at this time.
0 commit comments