This commit is contained in:
Rodrigo Pinto 2019-11-08 16:51:34 -05:00
commit 7b1622a797
21 changed files with 17844 additions and 0 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}