Skip to content

Commit

Permalink
fix: prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
rokoucha committed Sep 20, 2020
1 parent 40342c8 commit 1c15708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"fix:prettier": "prettier --write \"./**/*.{md,json}\"",
"fix": "npm-run-all fix:*",
"lint:eslint": "eslint --ext ts,tsx ./src",
"lint:prettier": "prettier \"./**/*.{md,json}\"",
"lint:prettier": "prettier --check \"./**/*.{md,json}\"",
"lint": "npm-run-all lint:*",
"preinstall": "typesync || :",
"prepublishOnly": "yarn run build",
Expand Down

0 comments on commit 1c15708

Please sign in to comment.