aboutsummaryrefslogtreecommitdiff
path: root/vnext/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r--vnext/.eslintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc
index 5ba7add9..c348dbaf 100644
--- a/vnext/.eslintrc
+++ b/vnext/.eslintrc
@@ -70,6 +70,8 @@
"jest/valid-expect": "error",
"react/prop-types": "off",
+ "react/jsx-uses-react": "off",
+ "react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}