Commit 6cd84ffc by Matt Condon

feat: add 'npm run lint:fix' script

parent 6af6efc1
......@@ -5,6 +5,7 @@
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment