diff --git a/.eslintrc.json b/.eslintrc.json index 3bef887..07a577d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,5 +25,10 @@ }, "plugins": [ "react" - ] -} + ], + "settings": { + "react": { + "version": "latest" + } + } +} \ No newline at end of file