Browse Source

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

feat: add 'npm run lint:fix' script
Francisco Giordano 7 năm trước cách đây
mục cha
commit
790b3b20c2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"
   },