chore: 🤖 move prettier line-wrap to 100 chars

This commit is contained in:
Christian Kaisermann 2019-11-19 17:12:39 -03:00
parent f58a20b21e
commit feb0c165b8

View File

@ -1,6 +1,6 @@
{
"semi": false,
"printWidth": 80,
"printWidth": 100,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,