mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-04-29 01:35:39 +08:00
Enable no-unsafe with checkAliases
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user