Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PSA: Function spacing change landing

8 views
Skip to first unread message

J. Ryan Stinnett

unread,
Mar 12, 2018, 2:52:27 PM3/12/18
to dev-developer-tools
In bug 1443081, we have changed DevTools function spacing rules to align
with Mozilla's overall ESLint rules. This change has just landed on
autoland.

The main impact of this is that syntax like `function () { ... }` should
now be `function() { ... }`.

This may impact patches in progress; sorry for any impact. It should be
easy to fix via `./mach lint --fix -ow` to update outgoing commits.

- Ryan
0 new messages