Merge pull request #646 from Shrugs/feat/npm-lint-fix-#642
feat: add 'npm run lint:fix' script
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"test": "scripts/test.sh",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"console": "truffle console",
|
||||
"coverage": "scripts/coverage.sh"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user