Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 5 additions & 9 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 All @@ -19,7 +15,7 @@ CHANGELOG.md
/packages/docs-examples/example-module.ts

# ignore nunjuck templates
/tools/api-gen/rendering/templates
/tools/api-gen/rendering/templates/*.html
Comment thread
artembelik marked this conversation as resolved.
Outdated

# ignores example markdown templates
/packages/docs-examples/components/markdown/**/*.html
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