docs: added customize import strategy doc (#2253)
* docs: added customize import strategy doc * fixes based on feedback
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,7 @@
|
||||
extends: existence
|
||||
message: "Consider using typescript instead of tsx"
|
||||
level: warning
|
||||
scope: raw
|
||||
ignorecase: true
|
||||
raw:
|
||||
- '```tsx'
|
||||
Reference in New Issue
Block a user