Closed
Bug 1609998
Opened 5 years ago
Closed 5 years ago
Enable ESLint for non-third party files in editor/libeditor/tests/browserscope/
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
According to ThirdPartyPaths.txt
, these two paths are third-party:
editor/libeditor/tests/browserscope/lib/richtext/
editor/libeditor/tests/browserscope/lib/richtext2/
However, .eslintignore
is ignoring editor/libeditor/tests/browserscope/
.
I am currently moving the third-party paths out of .eslintignore
as we can now read them automatically from ThirdPartyPaths.txt
(bug 1607172).
Therefore I'd like to drop the more general ESlint exclusion in favour of the existing ones in third party paths.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D60150
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7753083b67dd
Enable ESLint for non-third party files in editor/libeditor/tests/browserscope/. r=m_kato
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fb73d26a4f9
Enable ESLint for non-third party files in editor/libeditor/tests/browserscope/. r=m_kato
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•