Closed
Bug 1750974
Opened 3 years ago
Closed 3 years ago
Extend ESLint's import-globals-from function to support absolute directories
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
Currently uses of import-globals-from require that the path is relative. This means that in some cases we have to use multiple ../
to get back to the top level directory of the repository.
We can change this so that import-globals-from takes absolute paths from the top of the source tree.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9259728 -
Attachment description: Bug 1750974 - Extend our ESLint import-globals-from function to support absolute directories. → WIP: Bug 1750974 - Extend our ESLint import-globals-from function to support absolute directories.
Updated•3 years ago
|
Attachment #9259728 -
Attachment description: WIP: Bug 1750974 - Extend our ESLint import-globals-from function to support absolute directories. → Bug 1750974 - Extend our ESLint import-globals-from function to support absolute directories.
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c44b57b434b7
Extend our ESLint import-globals-from function to support absolute directories. r=Gijs,mossop
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•