aboutsummaryrefslogtreecommitdiff
path: root/vnext/.eslintrc
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-10-15 22:12:21 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitfbf01fe1c1fa00ea23b18f8bc602ccb4f0691a04 (patch)
tree0e8880ac24af30dd884acc7d13f388f0af303971 /vnext/.eslintrc
parent0fa19d54799934b8f17c95939cb0722e06099327 (diff)
New JSX transform
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"
}