feat: Add Discount Admin endpoint to JS client (#919)

This commit is contained in:
Oliver Windall Juhl
2021-12-14 09:47:15 +01:00
committed by GitHub
parent 25fe224a10
commit 2ca1a8762d
9 changed files with 160 additions and 15 deletions

View File

@@ -36,7 +36,11 @@ module.exports = {
},
},
{
files: ["**/api/**/*.js", "**/api/**/*.ts"],
files: [
"**/api/**/*.js",
"**/api/**/*.ts",
"**/medusa-js/**/resources/**/*.ts",
],
rules: {
"valid-jsdoc": ["off"],
},