chore(package): give prettier the same config as other packages

This commit is contained in:
Phil Booth 2019-08-16 07:00:54 +01:00
Родитель ce3ba2ce5b
Коммит 8d087d850d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 36FBB106F9C32516
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1,5 +1,4 @@
{
"printWidth": 100,
"singleQuote": true,
"parser": "typescript"
"trailingComma": "es5"
}