feat(prettier): Use prettier for client code

This commit is contained in:
Bouncey
2018-09-07 11:06:00 +01:00
committed by Stuart Taylor
parent 748c1da517
commit a9c948679e
21 changed files with 3105 additions and 220 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
'gatsby-plugin-react-helmet',
{
resolve: 'gatsby-plugin-create-client-paths',
options: { prefixes: ['/certification/*', '/unsubscribed/*'] }
options: { prefixes: ['/certification/*', '/unsubscribed/*', '/user/*'] }
},
{
resolve: 'gatsby-plugin-manifest',
@ -27,4 +27,4 @@ module.exports = {
},
'gatsby-plugin-sitemap'
]
}
};