Replace disabling of ESLint rule prettier/prettier with prettier-specific disabling
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Tracking
(firefox113 fixed)
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(3 files, 1 obsolete file)
In bug 1809497 we are working towards separating the ESLint and prettier configurations. As a result, the ESLint rule prettier/prettier
will no longer be used, and hence disabling it won't work.
Prettier supports the // prettier-ignore
annotation, so we should use that instead.
There's also some cases that no longer need to be ignored, so I'll address those here as well.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D174216
Assignee | ||
Comment 3•2 years ago
|
||
This also does a general clean-up of the ESLint doc.
Depends on D174217
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D174225
Comment 5•2 years ago
|
||
Comment on attachment 9326214 [details]
Bug 1825715 - Replace generic ESLint disable statements with specific and prettier ones in testing. r?#perftest-reviewers!
Revision D174226 was moved to bug 1825739. Setting attachment 9326214 [details] to obsolete.
Comment 7•2 years ago
|
||
Backed out for causing node failures with checkBundles
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL checkBundles | Activity Stream bundle out of date
Comment 10•2 years ago
|
||
bugherder |
Description
•