Skip to content

Commit

Permalink
Update prettier to utopia friendly config
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint committed May 29, 2024
1 parent 9f5f0f5 commit 74d3fa2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
"codegen": "shopify hydrogen codegen"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^2.0.3",
"@remix-run/react": "^2.8.0",
Expand Down Expand Up @@ -41,7 +40,6 @@
"@shopify/hydrogen-codegen": "^0.3.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ module.exports = {
jsxSingleQuote: true,
jsxBracketSameLine: false,
arrowParens: 'always',
};
}

0 comments on commit 74d3fa2

Please sign in to comment.