Discussion:
PSA: Dangling Commas landing part 2 - 20th Oct
Mark Banner
2018-10-03 14:45:31 UTC
Permalink
Following the successful enabling of the ESLint comma-dangle rule for
some of our javascript files, I am intending on enabling it for the rest
on Friday 20th October.

This is at the end of the soft freeze period, but just before the merges
happen, to make uplifts easier.

This will affect any directory that has ESLint enabled (aka not
mentioned in .eslintignore) and isn't browser, services, toolkit or
taskcluster.

Bug 1486741 <https://bugzilla.mozilla.org/show_bug.cgi?id=1486741> is
the tracking bug for this, and there's a try push
<https://treeherder.mozilla.org/#/jobs?repo=try&revision=326e8ccf859084fe4632420e308d244b75c546bb>
from earlier today with the first version of the patches.

Mark.
Mark Banner
2018-10-19 15:25:35 UTC
Permalink
Post by Mark Banner
Following the successful enabling of the ESLint comma-dangle rule for
some of our javascript files, I am intending on enabling it for the
rest on Friday 20th October.
...
Post by Mark Banner
Bug 1486741 <https://bugzilla.mozilla.org/show_bug.cgi?id=1486741> is
the tracking bug for this, and there's a try push
<https://treeherder.mozilla.org/#/jobs?repo=try&revision=326e8ccf859084fe4632420e308d244b75c546bb>
from earlier today with the first version of the patches.
This has now landed on autoland.

Mark.

Loading...