diff --git a/package.json b/package.json index b018cf33..e16a5cbe 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "lint-staged": { "./app/**/*.{js,jsx,ts,tsx}": [ "npx prettier --write", - "eslint './app/**/*.{js,jsx,ts,tsx}' --fix " + "eslint './app/**/*.{js,jsx,ts,tsx}' --fix --quiet" ] }, "ci": {