Fixed summary query.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user