Implement account setup

This commit is contained in:
James Nuanez
2020-04-13 14:53:12 -07:00
parent a4fc109eb5
commit a0d86330e6
48 changed files with 4162 additions and 411 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"extends": "react-app",
"rules": {
"linebreak-style": [
"error",
"unix"
],
"semi": [
"error",
"always"
],
"no-trailing-spaces": [
"error"
]
}
}