fix tests eslintrc

This commit is contained in:
Keith Grant
2019-03-29 14:28:41 -04:00
parent 20f27f4062
commit 3f2cc53992

View File

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