Configure prettier (line width: 120)

This commit is contained in:
Michal Dorner 2020-11-12 23:27:48 +01:00
parent 86683c9d4b
commit 85e3aa1dfe
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
dist/
lib/
node_modules/
node_modules/
__tests__/__outputs__
__tests__/__snapshots__

View file

@ -1,5 +1,5 @@
{
"printWidth": 80,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,