Skip to content

Commit

Permalink
setup for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsenay committed Jul 22, 2020
1 parent 9f22d38 commit f0616d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/snipsnap.code-snippets

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"prettier": "2.0.5"
}
}
6 changes: 3 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Head from 'next/head'
import Head from "next/head";

export default function Home() {
return (
Expand Down Expand Up @@ -54,7 +54,7 @@ export default function Home() {
target="_blank"
rel="noopener noreferrer"
>
Powered by{' '}
Powered by{" "}
<img src="/vercel.svg" alt="Vercel Logo" className="logo" />
</a>
</footer>
Expand Down Expand Up @@ -205,5 +205,5 @@ export default function Home() {
}
`}</style>
</div>
)
);
}

0 comments on commit f0616d1

Please sign in to comment.