Skip to content

Commit 90c8b78

Browse files
committed
chore(madrun) lint
1 parent 89ab040 commit 90c8b78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const {run} = require('madrun');
44

55
module.exports = {
6-
'lint': () => 'putout lib test',
6+
'lint': () => 'putout lib test madrun.js',
77
'fix:lint': () => run(['putout', 'lint:*'], '--fix'),
88
'report': () => 'nyc report --reporter=text-lcov | coveralls',
99
'coverage': () => 'nyc npm test',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"nodemon": "^1.11.0",
6666
"nyc": "^14.0.0",
6767
"putout": "^6.1.0",
68-
"redrun": "^7.0.0",
6968
"supertape": "^1.2.3"
7069
},
7170
"publishConfig": {

0 commit comments

Comments
 (0)