Skip to content

Commit b3604ef

Browse files
authored
docs: added express checkout guide (medusajs#10810)
* initial draft * docs: add express checkout guide * fix lint errors * small fixes * add screenshot in summary * add meta image
1 parent a039dd6 commit b3604ef

File tree

20 files changed

+2971
-23
lines changed

20 files changed

+2971
-23
lines changed

www/apps/resources/.content.eslintrc.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export default [
156156
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
157157
"@typescript-eslint/ban-types": "off",
158158
"@typescript-eslint/no-unused-expressions": "warn",
159+
"@typescript-eslint/no-require-imports": "off",
159160
},
160161
},
161162
]

0 commit comments

Comments
 (0)