1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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"
} }
} }