Skip to content

Commit

Permalink
chore(b2c): update product variant attributes (#623)
Browse files Browse the repository at this point in the history
* chore(b2c): update product variant attributes

* fix: remove prettier config from jest eslint runner

* chore: changeset

* fix(b2c): product snapshot tests

* feat(b2c data): update modern glam dresser 01

---------

Co-authored-by: Byron Wall <[email protected]>
  • Loading branch information
stephsprinkle and ByronDWall authored Aug 2, 2024
1 parent 1eab852 commit 827861f
Show file tree
Hide file tree
Showing 410 changed files with 63,357 additions and 70,080 deletions.
6 changes: 6 additions & 0 deletions .changeset/selfish-colts-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@commercetools-test-data/product-type': minor
'@commercetools-test-data/product': minor
---

Update B2C sample data to support Foundry.
4 changes: 0 additions & 4 deletions jest-runner-eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ module.exports = {
format: require.resolve('eslint-formatter-pretty'),
rules: {
'import/no-unresolved': 2,
'prettier/prettier': [
'error',
{ trailingComma: 'es5', singleQuote: true },
],
},
},
};
Loading

0 comments on commit 827861f

Please sign in to comment.