feat(docs): Type check the docs TSX components.
This commit is contained in:
parent
47abbe7925
commit
683991aa93
3 changed files with 26 additions and 2 deletions
|
|
@ -11,7 +11,8 @@
|
|||
"clear": "docusaurus clear",
|
||||
"lint": "eslint . --ext js,jsx,md,mdx",
|
||||
"prettier:check": "prettier --check .",
|
||||
"prettier:format": "prettier --write ."
|
||||
"prettier:format": "prettier --write .",
|
||||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-beta.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue