docs: added customize import strategy doc (#2253)

* docs: added customize import strategy doc

* fixes based on feedback
This commit is contained in:
Shahed Nasser
2022-09-26 18:17:25 +03:00
committed by GitHub
parent f32804a43c
commit 8b125ba334
4 changed files with 157 additions and 31 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ extends: existence
message: "Consider adding npm2yarn to ```bash"
link: https://docs.medusajs.com/contribution-guidelines#npm-and-yarn-code-blocks
level: warning
scope: code
scope: raw
ignorecase: true
raw:
- '```bash[\n]+npm'
+7
View File
@@ -0,0 +1,7 @@
extends: existence
message: "Consider using typescript instead of tsx"
level: warning
scope: raw
ignorecase: true
raw:
- '```tsx'