Skip to content

Commit

Permalink
chore(lint): tidy up the prettier ignore (#11297)
Browse files Browse the repository at this point in the history
As title.
  • Loading branch information
Josh-Walker-GM committed Aug 17, 2024
1 parent fd56d16 commit b86898a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
/.nx

# Ignore create-redwood-app (we don't want to mismatch between framework and project)
packages/create-redwood-app
/packages/create-redwood-app/templates
/packages/create-redwood-app/tests/**/*.sh

# Ignore create-redwood-rsc-app (it has it's own config)
packages/create-redwood-rsc-app
/packages/create-redwood-rsc-app

# TODO(jgmw): Is this too broad?
# Ignore test fixtures
**/__testfixtures__
**/__tests__/fixtures
**/__tests__/__fixtures__

# TODO(jgmw): Re-enable these in managable chunks
packages/create-redwood-app/tests/e2e_prompts*

0 comments on commit b86898a

Please sign in to comment.