2
0

Init project

This commit is contained in:
Baptiste Arnaud
2021-11-19 10:15:13 +01:00
commit 6fe9807fbe
11 changed files with 5454 additions and 0 deletions

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}