Bug 1833949 - Port bug 1826062: Prettier config changes for v2.0.5. r=leftmostcat

arrowParens now defaults to "always". Upstream is setting it to "avoid". This is
to keep calendar code from reformatting arrow functions.

Differential Revision: https://phabricator.services.mozilla.com/D178536

--HG--
extra : amend_source : a1f44df1a2639dc95a8d0cdb4d502425ab653516
This commit is contained in:
Rob Lemley 2023-05-21 15:04:53 +10:00
Родитель 02cff34b60
Коммит 6703f52744
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,6 @@
{
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5"