Open
Bug 1825508
Opened 2 years ago
Updated 1 year ago
Remove .prettierignore duplication of .eslintignore and other exclusion files
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Unassigned)
References
Details
Attachments
(1 obsolete file)
Currently Prettier does not allow multiple ignore files. The main issue is tracked here, and there's a few approaches on how that might be fixed.
I'm also offering up some possibilities, so hopefully it'll get fixed soon.
In the meantime ./mach lint
's filtering out of ThirdPartyPaths.txt
and Generated.txt
should help us a bit, and it is only the .eslintignore
changes that will be critical to copy across.
Comment hidden (obsolete) |
Updated•1 year ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Comment hidden (obsolete) |
Reporter | ||
Updated•1 year ago
|
Assignee: standard8 → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•