We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce543e9 commit 8d15f04Copy full SHA for 8d15f04
.madrun.js
@@ -2,8 +2,6 @@
2
3
const {run} = require('madrun');
4
5
-const a = 1_1;
6
-
7
module.exports = {
8
'lint': () => 'putout lib test .madrun.js',
9
'fix:lint': () => run('lint', '--fix'),
0 commit comments