adding lint commands per ethereumjs config guidelines

This commit is contained in:
Jack Cook 2019-06-27 19:19:03 -07:00
parent 695da18e44
commit 96f5f5af4c
1 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,8 @@
"coveralls": "ethereumjs-config-coveralls",
"format": "ethereumjs-config-format",
"format-fix": "ethereumjs-config-format-fix",
"lint": "ethereumjs-config-lint",
"lint-fix": "ethereumjs-config-lint-fix",
"pretest": "npm run build",
"test": "nyc mocha ./test/**/*.ts",
"tsc": "ethereumjs-config-tsc",
@ -62,11 +64,11 @@
"husky": "^2.1.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"prettier": "^1.15.3",
"source-map-support": "^0.5.12",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"typestrict": "^1.0.2"
}
}