We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83da3a2 commit e914453Copy full SHA for e914453
package.json
@@ -10,8 +10,7 @@
10
},
11
"scripts": {
12
"test": "mocha --timeout 60000",
13
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000 --exit",
14
- "lint": "./node_modules/.bin/eslint --fix ./"
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000 --exit"
15
16
"homepage": "https://github.com/sc-forks/solidity-coverage",
17
"repository": {
@@ -35,10 +34,6 @@
35
34
36
"devDependencies": {
37
"crypto-js": "^3.1.9-1",
38
- "eslint": "^3.19.0",
39
- "eslint-config-airbnb-base": "^11.0.1",
40
- "eslint-plugin-import": "^2.2.0",
41
- "eslint-plugin-mocha": "^4.8.0",
42
"ethereumjs-account": "~2.0.4",
43
"ethereumjs-tx": "^1.2.2",
44
"ethereumjs-util": "^5.0.1",
0 commit comments