adding lint commands per ethereumjs config guidelines
This commit is contained in:
parent
695da18e44
commit
96f5f5af4c
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue