Skip to content

Commit

Permalink
build(prettier): ignore CHANGELOG.md (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Sep 6, 2021
1 parent d7402bb commit 3ad97be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
build
.vscode
.idea
coverage
CHANGELOG.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"check-types": "yarn workspaces run tsc --noEmit",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|json|ts|md|yml|yaml)'",
"prettier": "prettier '**/*.+(js|json|ts|md|yml|yaml)'",
"format": "yarn prettier --write",
"check-format": "yarn prettier --list-different",
"test": "jest",
Expand Down

0 comments on commit 3ad97be

Please sign in to comment.