Default visibility should be false (#11)

* Default visibility should be false
* .prettierrc
This commit is contained in:
Karl Anders
2018-06-03 11:47:22 +02:00
committed by Rick van Lieshout
parent dd350edfbd
commit 66d6aaa57d
2 changed files with 12 additions and 19 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"printWidth": 100,
"semi": true,
"single-quote": false
}