Browse Source

ci(eslint): Tell eslint the correct react version in use (#82562)

<!-- Describe your PR here. -->
Ryan Albrecht 2 months ago
parent
commit
05bc530d1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -801,7 +801,7 @@ module.exports = {
 
   settings: {
     react: {
-      version: '17.0.2', // React version, can not `detect` because of getsentry
+      version: '18.2.0', // React version, can not `detect` because of getsentry
     },
     'import/parsers': {
       '@typescript-eslint/parser': ['.ts', '.tsx'],