From 40ccb3c75c79cf97d798f3247c459dabb8045ae9 Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Mon, 14 May 2018 14:28:36 -0400 Subject: [PATCH] Fix linting --- src/.eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/.eslintrc.js b/src/.eslintrc.js index d5985f2d..e78b8104 100644 --- a/src/.eslintrc.js +++ b/src/.eslintrc.js @@ -9,5 +9,10 @@ module.exports = { 'import/no-commonjs': 'error', 'import/no-amd': 'error', 'import/no-nodejs-modules': 'error' + }, + settings: { + react: { + version: '16.2' // Prevent 16.3 lifecycle method errors + } } };