Team tests (ongoing)

This commit is contained in:
Rodrigo Pedroso 2019-07-25 23:45:01 -04:00
commit 97509a85d7
7 changed files with 283 additions and 230 deletions

View file

@ -10,6 +10,10 @@
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"no-unused-vars": 1
}
"no-unused-vars": 1,
"react/prop-types": 0
},
'extends': [
'plugin:react/recommended'
]
}