chore: Clean up linting from child package.json's

This commit is contained in:
Bouncey
2019-02-18 18:28:44 +00:00
committed by mrugesh mohapatra
parent a229bc3a06
commit 1ba67c4e2b
4 changed files with 1 additions and 273 deletions

View File

@@ -15,8 +15,6 @@
"main": "lib.js",
"scripts": {
"develop": "gulp",
"format": "prettier --write es5 './**/*.{js,json}' && npm run lint",
"lint": "eslint ./**/*.js --fix",
"semantic-release": "semantic-release",
"pretest": "cd ../client && npm run build:workers",
"test": "mocha --delay --reporter progress --bail"