diff --git a/.eslintrc b/.eslintrc index 84e39d6..67b82c5 100644 --- a/.eslintrc +++ b/.eslintrc @@ -33,5 +33,10 @@ }, "plugins": [ "react" - ] + ], + "settings": { + "react": { + "version": "^15.6.1" + } + } }