Closed
Bug 1279515
Opened 10 years ago
Closed 10 years ago
Bump ESLint rule version after change
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox50 fixed)
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: jryans, Assigned: jryans)
References
Details
Attachments
(1 file)
It looks like we now need to bump the Mozilla ESLint plugin's version when making a change since it's no longer globally symlinked.
This was skipped recently as part of bug 1193390, so let's bump it now.
| Assignee | ||
Comment 1•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/58958/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/58958/
Attachment #8762072 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment on attachment 8762072 [details]
Bug 1279515 - Update ESLint plugin version after rule change.
https://reviewboard.mozilla.org/r/58958/#review55954
Thank you for taking care of this.
Looks good to me.
::: tools/lint/eslint/update:41
(Diff revision 1)
> echo "Removing node_modules and npm_shrinkwrap.json..."
> rm -rf node_modules/
> rm npm-shrinkwrap.json
>
> echo "Installing eslint and dependencies..."
> -../../mach eslint --setup
> +../../../mach eslint --setup
good catch!
Attachment #8762072 -
Flags: review?(jdescottes) → review+
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/cd4cfadeedf2
Update ESLint plugin version after rule change. r=jdescottes
Comment 5•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Updated•8 years ago
|
Product: Testing → Firefox Build System
Updated•4 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
•