Skip to content

Commit

Permalink
chore(madrun) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 14, 2020
1 parent dfc4f18 commit aea0384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .madrun.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {run} = require('madrun');
module.exports = {
'test': () => 'tape test/*.js',
'fix:lint': () => run('lint', '--fix'),
'lint': () => 'putout lib test madrun.js',
'lint': () => 'putout lib test .madrun.js',
'lint:test': () => 'putout -c .putoutrc.test test',
'watch:test': () => run('watcher', '"npm test"'),
'watcher': () => 'nodemon -w lib -w test -x',
Expand Down

0 comments on commit aea0384

Please sign in to comment.