Skip to content

Commit

Permalink
Merge pull request #16 from atlp-rwanda/ft-cart-management-#187419137
Browse files Browse the repository at this point in the history
 #187419137 A user should be able to add product in the cart
  • Loading branch information
teerenzo authored Jul 8, 2024
2 parents afb281e + 3674d21 commit ecdddcc
Show file tree
Hide file tree
Showing 17 changed files with 1,035 additions and 108 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
rules: {
"react/react-in-jsx-scope": "off",
"react/jsx-props-no-spreading": "off",
"implicit-arrow-linebreak":"off",
"react/require-default-props": "off",
"import/no-extraneous-dependencies": "off",
"@typescript-eslint/no-shadow": "off",
Expand All @@ -41,10 +42,12 @@ module.exports = {
"react/button-has-type": "off",
"no-param-reassign": "off",
"react/prop-types": "off",
"import/no-named-as-default": "off",
"import/no-extraneous-dependencies": "off",
"no-nested-ternary": "off",
"import/prefer-default-export": "off",
"no-return-assign": "off",
"react-refresh/only-export-components":"off",
"jsx-a11y/label-has-associated-control": "off",
"react/function-component-definition": [
"warn",
Expand Down Expand Up @@ -72,7 +75,7 @@ module.exports = {
"react/prop-types": "off",
"jsx-a11y/control-has-associated-label": "off",
"react-refresh/only-export-components": [
"warn",
"off",
{ allowConstantExport: true },
],
"@typescript-eslint/quotes": ["off"],
Expand Down
Loading

0 comments on commit ecdddcc

Please sign in to comment.