Skip to content

Commit

Permalink
chore(prettier): update prettier config
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Margetis <[email protected]>
Co-authored-by: Joseph Liang <[email protected]>
  • Loading branch information
3 people committed Apr 11, 2024
1 parent c947d0f commit c96efe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"singleQuote": true
}
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const FeatureList = [
},
];

function Feature({Svg, title, description}) {
function Feature({ Svg, title, description }) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
Expand Down

0 comments on commit c96efe5

Please sign in to comment.