Skip to content

Commit 43c4e85

Browse files
authored
feat(prettier): make prettier opt-out (#153)
1 parent 9f6682d commit 43c4e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"heroku-token": "script/encrypt-heroku-auth-token",
1414
"lint": "eslint ./ --ignore-path .gitignore",
1515
"lint-fix": "npm run lint -- --fix",
16-
"precommit": "# lint-staged # un-comment to enable",
16+
"precommit": "lint-staged",
1717
"prepare": "if [ -d .git ]; then npm-merge-driver install; fi",
1818
"prettify": "prettier --write \"**/*.{js,jsx,json,css,scss,md}\"",
1919
"postinstall": "touch secrets.js",

0 commit comments

Comments
 (0)