Skip to content

Commit

Permalink
use prettier cli config for markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Sep 19, 2023
1 parent 19bf029 commit 0c164dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions tooling/docs-gen/.prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion tooling/docs-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"gen:docs": "yarn gen:api-documenter && yarn gather-api-files && yarn format-gen-docs",
"gather-api-files": "mkdir -p ./temp && cp ./../../packages/react/temp/*.api.json ./temp/ && cp ./../../packages/core/temp/*.api.json ./temp/",
"gen:api-documenter": "api-documenter markdown --input-folder ./temp --output-folder ../../docs/docs/generated-docs",
"format-gen-docs": "prettier --config ./.prettierrc --write \"./../../docs/docs/**/*.md\" --loglevel warn",
"format-gen-docs": "prettier --write \"./../../docs/docs/**/*.md\" --loglevel warn --single-quote false --trailing-comma none",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit 0c164dc

Please sign in to comment.