Add empty lint command

This commit is contained in:
Whymarrh Whitby
2020-09-08 12:03:31 -02:30
parent 0ef64e2115
commit f691cb8eae

View File

@@ -4,6 +4,7 @@
"description": "[json-rpc-engine](https://github.com/kumavis/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).",
"main": "index.js",
"scripts": {
"lint": "printf '%s\\n' 'No lint command'",
"test": "node test"
},
"author": "",