Skip to content

Commit

Permalink
fix: add gatsby-admin public folders to prettierignore (gatsbyjs#27329)
Browse files Browse the repository at this point in the history
* This solves an issue where tests couldn't be run locally because the linter failed
  • Loading branch information
meganesu authored Oct 8, 2020
1 parent 41f0881 commit bf2430c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ packages/**/*.js
!packages/gatsby-plugin-mdx/**/*.js
packages/gatsby-plugin-mdx/node_modules/**/*.js
packages/gatsby/cache-dir/commonjs/**/*.js
packages/gatsby-admin/public/styles.*
packages/gatsby/gatsby-admin-public/styles.*

# fixtures
**/__testfixtures__/**
Expand Down

0 comments on commit bf2430c

Please sign in to comment.