From 6c8e13ebdeae8b5d0ddfa787e763d3cee7d30fbd Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 25 Aug 2018 23:41:05 +0200 Subject: [PATCH] Added react version to eslint settings --- package.json | 5 +++++ 1 file changed, 5 insertions(+) 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" + } } } }