strapi / starters-and-templates

Monorepo for all official Strapi v4 templates
MIT License
327 stars 118 forks source link

Fix gatsby blog #20

Closed soupette closed 2 years ago

soupette commented 2 years ago

Create pages using the createPage api in order to make the Gatsby content sync and preview working.

soupette commented 2 years ago

You have many formatting changes. Could you please run "yarn lint:fix" in the starter directory and push again?

I think we should apply the same formatting in this monorepo than the one we use in Strapi.

I'll push a fix but it would be great to have the same config for all Strapi repositories.

Plus this kind be avoided by having a pre-commit hooK

remidej commented 2 years ago

I agree that it would be nice to have a single prettier config. I don't think it would work for ESLint though, since we have different frontend frameworks in this repo, and each one often has its own requirements.