diff --git a/package.json b/package.json index b059bcf0..4ba15f02 100644 --- a/package.json +++ b/package.json @@ -173,6 +173,11 @@ "react/jsx-closing-bracket-location": ["error", "tag-aligned"], "react/no-array-index-key": "off", "react/no-did-update-set-state": "off" + }, + "settings": { + "react": { + "version": "16.3" + } } } }