Change prettier line width from 80 to 100, reformat files

This commit is contained in:
Dragory 2018-07-12 01:45:26 +03:00
parent 7e688ac899
commit 69224810cd
4 changed files with 36 additions and 99 deletions

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"printWidth": 100
}