Basic implementation of tic tac toe with react (hooks) and typescript

This commit is contained in:
2019-10-14 13:59:40 +02:00
parent b5032559d7
commit ad5ebc1bd9
16 changed files with 366 additions and 212 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"printWidth": 120,
"jsxBracketSameLine": true,
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "all"
}