Merge pull request #646 from Shrugs/feat/npm-lint-fix-#642

feat: add 'npm run lint:fix' script
This commit is contained in:
Francisco Giordano
2018-01-09 18:52:55 -03:00
committed by GitHub

View File

@ -5,6 +5,7 @@
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},