From 622b94f0505ee5e2556eb08e467cd866fe550ed5 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Thu, 15 Aug 2019 19:15:59 -0700 Subject: [PATCH] Specify React version since we load React from a CDN --- playground/.eslintrc.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playground/.eslintrc.js b/playground/.eslintrc.js index 2251de6..2472fdc 100644 --- a/playground/.eslintrc.js +++ b/playground/.eslintrc.js @@ -6,5 +6,12 @@ module.exports = { "@microsoft/eslint-config-scalable-ts", "@microsoft/eslint-config-scalable-ts/react" ], + + settings: { + react: { + "version": "16.9" + } + }, + parserOptions: { tsconfigRootDir: __dirname }, };