Skip to content

Commit

Permalink
chore(monorepo): fix the no-missing-require error
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Mar 18, 2018
1 parent 059d6f9 commit 8ef1804
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ module.exports = {
"node/no-missing-require": [
"error",
{
"resolvePaths": ["./packages"],
"allowModules": [
"webpack",
"webapack-cli-utils/*",
"webpack-cli-generators/*",
"webapack-cli-utils",
"webpack-cli-generators",
"webpack-loader-generators",
"webpack-plugin-generators"
]
Expand Down

0 comments on commit 8ef1804

Please sign in to comment.