diff --git a/package.json b/package.json index e9c53af..3683814 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,12 @@ }, "engineStrict": true, "lint-staged": { - "*.{ts,tsx,js}": ["prettier --write", "eslint --fix"], - "package.json": ["sortpack"] + "*.{ts,tsx,js}": [ + "prettier --write", + "eslint --fix" + ], + "package.json": [ + "sortpack" + ] } }