Skip to content

Commit

Permalink
ci(prettier): prettier must ignore some files (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rluders authored Jun 26, 2022
1 parent 61572e0 commit 3444a66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.md
.gitignore
build/
coverage/
lib/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"eject": "react-app-rewired eject",
"lint": "eslint --color --ignore-path .gitignore .",
"lint:staged": "lint-staged --config lint-staged.js",
"prettier": "prettier --check --ignore-path .gitignore .",
"prettier:fix": "prettier --write --ignore-path .gitignore .",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prepare": "husky install",
"prepublishOnly": "yarn build:lib",
"release": "standard-version -a",
Expand Down

0 comments on commit 3444a66

Please sign in to comment.