diff --git a/package.json b/package.json index a4f242cd6e..64542c8e87 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "pre-commit": "npx lint-staged" }, "lint-staged": { - "*.{js,ts,vue,md}": "eslint . --fix", + "*.{js,ts,vue,md}": "eslint --fix", "*.{css,scss,vue}": "stylelint --fix" } }