diff --git a/package.json b/package.json index 87ff24e..6070ba9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "lint-staged": { "*.js": [ "npm run lint", - "prettier --single-quote --write", + "prettier --single-quote --no-semi --write", "git add" ] },