Skip to content

Commit

Permalink
Cleanup: remove lint-diff (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
iower committed Nov 4, 2020
1 parent b07af25 commit ce5680c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"core:build:umd:win": "webpack --config webpack.config.babel.js",
"test": "",
"eslint": "eslint --fix --cache ./shared --ext js",
"linter": "lint-diff",
"start": "npm run dev",
"dev": "npm run dev:testnet",
"dev-widget": "npm run dev:testnet-widget",
Expand Down Expand Up @@ -71,7 +70,7 @@
},
"husky": {
"hooks": {
"post-commit": "npm run common:test && npm run core:test && npm run linter"
"post-commit": "npm run common:test && npm run core:test"
}
},
"devDependencies": {
Expand Down Expand Up @@ -138,7 +137,6 @@
"jest": "^26.5.3",
"kraken-api": "^1.0.1",
"libp2p-kad-dht": "^0.20.1",
"lint-diff": "^1.2.1",
"lint-staged": "^10.4.0",
"node-forge": "^0.10.0",
"node-localstorage": "^1.3.1",
Expand Down

0 comments on commit ce5680c

Please sign in to comment.