Skip to content

Commit

Permalink
style(xs-vat-worker): ignore build, moddable, bundles in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Aug 25, 2020
1 parent d67e471 commit 5313fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/xs-vat-worker/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
/scripts/
/xs_modules/
/swingset/
/moddable/
build/
bundle-*.js
test/bug1/
src-native/
1 change: 1 addition & 0 deletions packages/xs-vat-worker/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
},
globals: {
"harden": "readonly",
"globalThis": "writeable",
},
rules: {
'implicit-arrow-linebreak': 'off',
Expand Down

0 comments on commit 5313fdf

Please sign in to comment.