diff --git a/package.json b/package.json index c786965..5500e32 100644 --- a/package.json +++ b/package.json @@ -66,16 +66,16 @@ } }, "lint-staged": { - "linters": { - "src/**/*.js": [ - "prettier-standard", - "git add" - ], - "test/**/*.js": [ - "prettier-standard", - "git add" - ] - } + "src/**/*.js": [ + "eslint --fix", + "prettier-standard", + "git add" + ], + "test/**/*.js": [ + "eslint --fix", + "prettier-standard", + "git add" + ] }, "tonicExampleFilename": "example.js" }