Skip to content

Commit

Permalink
common: lint, docs rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Oct 8, 2020
1 parent 4205381 commit 3994df9
Show file tree
Hide file tree
Showing 17 changed files with 524 additions and 154 deletions.
4 changes: 3 additions & 1 deletion packages/common/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module.exports = {
extends: "@ethereumjs/eslint-config-defaults"
extends: "@ethereumjs/eslint-config-defaults",
ignorePatterns: ['scripts'],

}
1 change: 1 addition & 0 deletions packages/common/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Modules

* ["eips/index"](modules/_eips_index_.md)
* ["genesisStates/index"](modules/_genesisstates_index_.md)
* ["index"](modules/_index_.md)
* ["types"](modules/_types_.md)
Loading

0 comments on commit 3994df9

Please sign in to comment.