From a1d5406e8e92b094121466029681c0ce9d24478a Mon Sep 17 00:00:00 2001 From: Sendil Kumar Date: Sun, 18 Mar 2018 23:07:25 +0100 Subject: [PATCH] chore(monorepo): fix typo --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b7c3c2b7959..9d78c5e3a0b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,8 +63,9 @@ module.exports = { "resolvePaths": ["./packages"], "allowModules": [ "webpack", - "webapack-cli-utils", "webpack-cli-generators", + "webpack-cli-migrate", + "webpack-cli-utils", "webpack-loader-generators", "webpack-plugin-generators" ]