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 afd7b25 commit 9a4d926Copy full SHA for 9a4d926
.gitignore
@@ -6,4 +6,5 @@ yarn-error.log
6
7
.nyc_output
8
*.swp
9
+.putoutcache
10
.madrun.js
@@ -2,8 +2,10 @@
2
3
const {run} = require('madrun');
4
5
+const a = 1_1;
+
module.exports = {
- 'lint': () => 'putout lib test .madrun.js --cache',
+ 'lint': () => 'putout lib test .madrun.js',
'fix:lint': () => run('lint', '--fix'),
'report': () => 'nyc report --reporter=text-lcov | coveralls',
11
'coverage': () => 'nyc npm test',
package.json
@@ -61,7 +61,7 @@
61
"mock-require": "^3.0.2",
62
"nodemon": "^2.0.1",
63
"nyc": "^15.0.0",
64
- "putout": "^9.1.0",
+ "putout": "^10.0.3",
65
"supertape": "^2.0.1"
66
},
67
"publishConfig": {
0 commit comments