Skip to content

Commit

Permalink
chore(monorepo): prune files and update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Mar 18, 2018
1 parent 3dd244b commit 059d6f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8,788 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ module.exports = {
{
"allowModules": [
"webpack",
"webapack-cli-utils",
"webapack-cli-utils/*",
"webpack-cli-generators/*",
"webpack-loader-generators",
"webpack-plugin-generators"
]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ yarn-error.log

# Test Compilation
test/js/*

# lerna log
lerna-debug.log
34 changes: 0 additions & 34 deletions lerna-debug.log

This file was deleted.

2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
}
Loading

0 comments on commit 059d6f9

Please sign in to comment.