Fixed summary query.

This commit is contained in:
Mike Cao 2020-07-30 00:06:29 -07:00
parent 0c8d9eacd3
commit 344ffeb658
6 changed files with 16 additions and 7 deletions

View file

@ -13,7 +13,8 @@
},
"plugins": ["react"],
"rules": {
"react/react-in-jsx-scope": "off"
"react/react-in-jsx-scope": "off",
"react/prop-types": "off"
},
"globals": {
"React": "writable"