Skip to content

Commit e914453

Browse files
committed
Remove eslint (unused / triggers gh sec warning)
1 parent 83da3a2 commit e914453

File tree

2 files changed

+18
-609
lines changed

2 files changed

+18
-609
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
},
1111
"scripts": {
1212
"test": "mocha --timeout 60000",
13-
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000 --exit",
14-
"lint": "./node_modules/.bin/eslint --fix ./"
13+
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000 --exit"
1514
},
1615
"homepage": "https://github.com/sc-forks/solidity-coverage",
1716
"repository": {
@@ -35,10 +34,6 @@
3534
},
3635
"devDependencies": {
3736
"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",
4237
"ethereumjs-account": "~2.0.4",
4338
"ethereumjs-tx": "^1.2.2",
4439
"ethereumjs-util": "^5.0.1",

0 commit comments

Comments
 (0)