fix tests eslintrc

This commit is contained in:
Keith Grant
2019-04-03 13:29:25 -04:00
parent 9781c22c3f
commit 8700f32ffc

View File

@@ -1,5 +1,5 @@
{ {
"rules": { "rules": {
"react/jsx-pascal-case": "0" "react/jsx-pascal-case": 0
} }
} }