Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit d5bedd1

Browse files
committed
style: Run Prettier
1 parent 8ed9e0c commit d5bedd1

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

docs/gatsby-config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
siteImage: `/og/banner.png`,
1010
siteLanguage: `en`,
1111
basePath: `/`,
12-
themeColor: `#8257E6`
12+
themeColor: `#8257E6`,
1313
},
1414
plugins: [
1515
{
@@ -18,8 +18,8 @@ module.exports = {
1818
docsPath: `src/docs`,
1919
githubUrl: `https://github.com/unform/unform`,
2020
baseDir: `docs/`,
21-
branch: `main`
22-
}
21+
branch: `main`,
22+
},
2323
},
2424
{
2525
resolve: `gatsby-plugin-manifest`,
@@ -29,22 +29,22 @@ module.exports = {
2929
start_url: `/`,
3030
background_color: `#8257E6`,
3131
display: `standalone`,
32-
icon: `static/favicon.png`
33-
}
32+
icon: `static/favicon.png`,
33+
},
3434
},
3535
`gatsby-plugin-sitemap`,
3636
{
3737
resolve: `gatsby-plugin-google-analytics`,
3838
options: {
39-
trackingId: `UA-99997611-8`
40-
}
39+
trackingId: `UA-99997611-8`,
40+
},
4141
},
4242
{
4343
resolve: `gatsby-plugin-canonical-urls`,
4444
options: {
45-
siteUrl: `https://unform.dev`
46-
}
45+
siteUrl: `https://unform.dev`,
46+
},
4747
},
48-
`gatsby-plugin-offline`
49-
]
48+
`gatsby-plugin-offline`,
49+
],
5050
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { mdx } from '@mdx-js/react';
2-
import { css, jsx } from '@emotion/core';
3-
import { FormContext, FormProvider, Scope, useField } from '@unform/core';
4-
import { Form } from '@unform/web';
1+
import { mdx } from '@mdx-js/react'
2+
import { css, jsx } from '@emotion/core'
3+
import { FormContext, FormProvider, Scope, useField } from '@unform/core'
4+
import { Form } from '@unform/web'
55

66
export default {
77
css,
@@ -12,4 +12,4 @@ export default {
1212
FormContext,
1313
Scope,
1414
useField,
15-
};
15+
}

docs/src/@rocketseat/gatsby-theme-docs/components/Logo.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/pages/404.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import React from 'react';
1+
import React from 'react'
22

3-
import { Link } from 'gatsby';
3+
import { Link } from 'gatsby'
44

5-
import Layout from '@rocketseat/gatsby-theme-docs/src/components/Layout';
6-
import SEO from '@rocketseat/gatsby-theme-docs/src/components/SEO';
5+
import Layout from '@rocketseat/gatsby-theme-docs/src/components/Layout'
6+
import SEO from '@rocketseat/gatsby-theme-docs/src/components/SEO'
77

88
export default function NotFound() {
99
return (
@@ -16,5 +16,5 @@ export default function NotFound() {
1616
.
1717
</p>
1818
</Layout>
19-
);
19+
)
2020
}

0 commit comments

Comments
 (0)