diff --git a/package.json b/package.json index 123554d0..ea019707 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ }, "lint-staged": { "*": [ - "prettier --no-error-on-unmatched-pattern --ignore-unknown --write" + "prettier --no-error-on-unmatched-pattern --write" ], "*.{js,jsx}": [ "eslint --no-error-on-unmatched-pattern --fix"