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

@ -10,9 +10,7 @@
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"ensure-env": "node ./config/ensure-env.js",
"lint": "npm run lint-js && npm run lint-json",
"lint-js": "eslint --ext=.js,.jsx gulpfile.js server/ common/ config/ client/",
"only-once": "npm run prelint-js && echo '/****/' && echo 'Seeding Database' && echo '/****/' && SEEDING=true node seed/index.js && echo '/****/' && echo 'Seeding Completed' && echo '/****/'",
"only-once": "echo '/****/' && echo 'Seeding Database' && echo '/****/' && SEEDING=true node seed/index.js && echo '/****/' && echo 'Seeding Completed' && echo '/****/'",
"postonly-once": "gulp generate-migration-map",
"postseed": "node post-seed.js",
"seed": "node ../seed/index.js",