Re: Upcoming changes to our JS coding style

2019-06-13 Thread Jason Orendorff
On Thu, Jun 13, 2019 at 3:32 PM Dave Townsend wrote: > Prettier will share eslint's list of things to ignore and those tests are > already ignored: > https://searchfox.org/mozilla-central/rev/1133b6716d9a8131c09754f3f29288484896b8b6/.eslintignore#239 > . > > Of course if you want parts of that di

Re: Upcoming changes to our JS coding style

2019-06-13 Thread Dave Townsend
Prettier will share eslint's list of things to ignore and those tests are already ignored: https://searchfox.org/mozilla-central/rev/1133b6716d9a8131c09754f3f29288484896b8b6/.eslintignore#239 . Of course if you want parts of that directory to be linted and formatted then you can modify that file a

Re: Upcoming changes to our JS coding style

2019-06-13 Thread Jason Orendorff
On Thu, Jun 13, 2019 at 1:42 PM Victor Porof wrote: > To improve developer productivity, we plan to automate JS formatting using > Prettier , a broadly adopted tool specifically > designed for this task and maintained by well known stakeholders. This > should reduce the amou

Upcoming changes to our JS coding style

2019-06-13 Thread Victor Porof
A copy of this email can be found here: https://docs.google.com/document/d/1UDERMflocqdszMGhhtxiVhaCTVOHo6jxLsGbt4BR9uw TL;DR To improve developer productivity, we plan to automate JS formatting using Prettier <