Skip to content

Commit 8f14973

Browse files
committed
chore(@putout/formatter-stream) update dependencies
1 parent 78145b6 commit 8f14973

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

packages/formatter-stream/madrun.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const {run} = require('madrun');
55
module.exports = {
66
'test': () => `tape 'test/*.js'`,
77
'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`,
99
'fix:lint': () => run('lint', '--fix'),
1010
'putout': () => `putout lib test`,
1111
'coverage': () => `nyc ${run('test')}`,

packages/formatter-stream/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"devDependencies": {
3232
"@putout/plugin-remove-unused-variables": "^1.25.0",
3333
"@putout/test": "^1.3.0",
34+
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
3435
"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",
3738
"eslint-plugin-putout": "^1.3.1",
3839
"madrun": "^2.0.0",
39-
"nyc": "^14.0.0",
40-
"putout": "^4.3.2"
40+
"nyc": "^14.0.0"
4141
},
4242
"peerDependencies": {
4343
"putout": ">=4.3.2"

0 commit comments

Comments
 (0)