|
9 | 9 | "url": "git://github.com/cloudcmd/formatify.git" |
10 | 10 | }, |
11 | 11 | "scripts": { |
12 | | - "lint": "redrun lint:*", |
13 | | - "lint:eslint:lib": "eslint lib", |
14 | | - "lint:eslint:test": "eslint -c .eslintrc.test test --no-eslintrc", |
15 | | - "report": "nyc report --reporter=text-lcov | coveralls", |
16 | | - "coverage": "nyc npm test", |
17 | | - "test": "tape test/*.js", |
18 | | - "watch:coverage": "npm run watcher -- npm run coverage", |
19 | | - "watch:test": "npm run watcher -- npm test", |
20 | | - "watcher": "nodemon -w test -w lib --exec" |
| 12 | + "lint": "madrun lint", |
| 13 | + "fix:lint": "madrun fix:lint", |
| 14 | + "lint:eslint:lib": "madrun lint:eslint:lib", |
| 15 | + "lint:eslint:test": "madrun lint:eslint:test", |
| 16 | + "report": "madrun report", |
| 17 | + "coverage": "madrun coverage", |
| 18 | + "test": "madrun test", |
| 19 | + "watch:coverage": "madrun watch:coverage", |
| 20 | + "watch:test": "madrun watch:test", |
| 21 | + "watcher": "madrun watcher" |
21 | 22 | }, |
22 | 23 | "dependencies": { |
23 | 24 | "format-io": "^2.0.0", |
|
39 | 40 | "devDependencies": { |
40 | 41 | "coveralls": "^3.0.0", |
41 | 42 | "eslint": "^6.4.0", |
| 43 | + "eslint-plugin-node": "^10.0.0", |
| 44 | + "eslint-plugin-putout": "^2.0.0", |
| 45 | + "madrun": "^3.0.5", |
42 | 46 | "mkdirp": "^0.5.1", |
43 | 47 | "nodemon": "^1.11.0", |
44 | | - "nyc": "^14.1.1" |
| 48 | + "nyc": "^14.1.1", |
| 49 | + "putout": "^6.1.0", |
| 50 | + "supertape": "^1.2.3" |
45 | 51 | } |
46 | 52 | } |
0 commit comments