added xo maccro
Showing
... | ... | @@ -7,7 +7,8 @@ |
"start": "node app.js", | ||
"test": "xo && jest", | ||
"test:watch": "jest --watch", | ||
"ci": "yarn && xo && jest --runInBand" | ||
"ci": "yarn && xo && jest --runInBand", | ||
"xo:fix": "xo --fix" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
... | ... |
Please register or sign in to comment