Closed
Bug 1799101
Opened 2 years ago
Closed 2 years ago
Installing storybook node_modules creates an infinite loop for ESLint
Categories
(Firefox :: General, defect, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
The storybook package.json has a dependency of "mozilla-central": "file:../../.."
. Unfortunately this creates a infinite loop when running ./mach eslint browser/components/storybook
as it sees the symlink back to the top of mozilla-central and follows it.
I don't think the symlink is actually needed, so I think we can drop the dependencies.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6903943affd8 Installing storybook node_modules creates an infinite loop for ESLint. r=mstriemer
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•