Skip to content

Commit

Permalink
chore: fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Sep 22, 2023
1 parent bb98e6d commit 8dda8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
singleQuote: true,
semi: false,
plugins: [require('prettier-plugin-tailwindcss')],
plugins: ['prettier-plugin-tailwindcss'],
}
2 changes: 1 addition & 1 deletion src/pages/speaking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Speaking() {
description="A lightning talk on GraphQL's proposed @defer directive."
href="https://www.youtube.com/watch?v=b0iNvXu5ZlU"
cta="View GraphQL Conf site"
/>
/>
<Appearance
title="Suspense + GraphQL = Superpowers"
event="React Rally 2023"
Expand Down

0 comments on commit 8dda8bd

Please sign in to comment.