From 2dd4ba11e08c7dcd6c4b347db069ed326b5485f6 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Fri, 9 Nov 2018 10:22:18 -0800 Subject: [PATCH] ESlint -> ESLint --- scripts/rollup/bundles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 49d12d0c078a..f8ec11543883 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -407,7 +407,7 @@ const bundles = [ bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV], moduleType: ISOMORPHIC, entry: 'eslint-plugin-react-hooks', - global: 'ESlintPluginReactHooks', + global: 'ESLintPluginReactHooks', externals: [], },