prettier / prettier/prettier-cli
Ignore all pattern no longer works in prettierignore
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 43
- Forks
- 10
- Avg merge
- 18m
- Merged PRs (30d)
- 1
Description
Our .prettierignore previously looked like this:
*
!*.less
!*.js
!*.jsx
!*.ts
!*.tsx
!*.json5
With --experimental-cli, even prefixing each of those with **/, unwanted files (e.g. markdown) are still being formatted.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the shown .prettierignore patterns and --experimental-cli, including the **/ variants. Trace how the CLI handles ignore patterns, then verify that markdown remains ignored while the listed Less, JavaScript, JSX, TypeScript, TSX, and JSON5 files are formatted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100