Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .prettierignore
Comment thread
artembelik marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
.angular/
.nx/
node_modules/
.yarn/
/dist
/tmp
/temp
# ignore handlebars templates
**/*.hbs

CHANGELOG.md
# ignore changelog files
**/CHANGELOG.md

# ignore build tokens
/apps/docs/src/styles/koobiq/default-theme/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"stylelint": "stylelint '**/*.{css,scss}'",
"stylelint:fix": "yarn run stylelint --fix",
"cspell": "cspell '**/*.md' --unique",
"prettier": "prettier '**/*.{css,scss,md,yml,json,js,ts,xml,html}' --check",
"prettier": "prettier --check .",
"prettier:fix": "yarn run prettier --write"
},
"release": {
Expand Down