Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lerna workspace #353

Merged
merged 13 commits into from
Apr 15, 2018
Prev Previous commit
Next Next commit
chore(monorepo): fix typo
  • Loading branch information
sendilkumarn committed Mar 18, 2018
commit a1d5406e8e92b094121466029681c0ce9d24478a
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down