Ajout du premier test IndexController => A toi de jouer floflo

This commit is contained in:
Neeko
2020-07-02 15:18:27 +02:00
parent 7e6b55c1cb
commit edc96ab216
5 changed files with 344 additions and 72 deletions

6
.prettierrc.json Normal file
View File

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