Enable no-unsafe with checkAliases

This commit is contained in:
Andrew Musgrave
2019-06-17 16:33:50 -04:00
parent 7a916de999
commit 6bcdf0077f

View File

@@ -33,6 +33,7 @@
"react/button-has-type": "off",
"react/no-array-index-key": "off",
"react/jsx-fragments": ["error", "element"],
"react/no-unsafe": ["error", {"checkAliases": true}],
"shopify/jsx-no-complex-expressions": "off",
"shopify/jsx-prefer-fragment-wrappers": "off",
"shopify/no-ancestor-directory-import": "error",