Explorar o código

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

feat: add 'npm run lint:fix' script
Francisco Giordano %!s(int64=7) %!d(string=hai) anos
pai
achega
790b3b20c2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package.json

+ 1 - 0
package.json

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