feat: enable eslint
Showing
.eslintrc
0 → 100644
| ... | @@ -35,8 +35,14 @@ | ... | @@ -35,8 +35,14 @@ |
| "chai-as-promised": "^7.0.0", | "chai-as-promised": "^7.0.0", | ||
| "chai-bignumber": "^2.0.0", | "chai-bignumber": "^2.0.0", | ||
| "coveralls": "^2.13.1", | "coveralls": "^2.13.1", | ||
| "ethereumjs-util": "^5.1.2", | "eslint": "^4.11.0", | ||
| "eslint-config-standard": "^10.2.1", | |||
| "eslint-plugin-import": "^2.8.0", | |||
| "eslint-plugin-node": "^5.2.1", | |||
| "eslint-plugin-promise": "^3.6.0", | |||
| "eslint-plugin-standard": "^3.0.1", | |||
| "ethereumjs-testrpc": "^6.0.1", | "ethereumjs-testrpc": "^6.0.1", | ||
| "ethereumjs-util": "^5.1.2", | |||
| "mocha-lcov-reporter": "^1.3.0", | "mocha-lcov-reporter": "^1.3.0", | ||
| "solidity-coverage": "^0.2.2", | "solidity-coverage": "^0.2.2", | ||
| "truffle": "^4.0.0", | "truffle": "^4.0.0", | ||
| ... | ... |
test/.eslintrc
0 → 100644
Please
register
or
sign in
to comment