Add Prettier config file

This commit is contained in:
Igor Gassmann 2017-12-20 12:36:03 -03:00
parent 97fe53d647
commit b0255f468a

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"trailing-comma": "es5",
"printWidth": 100
}