chore(web3): use github actions (#19816)

* chore: use github actions

* chore: npm audit

* chore: fix prettier warn

* chore: fix doc errors

* chore: add puppeteer
This commit is contained in:
Justin Starry
2021-09-13 16:37:18 -05:00
committed by GitHub
parent e1a038e791
commit 1942d294e9
9 changed files with 554 additions and 504 deletions

View File

@@ -1,6 +1,5 @@
arrowParens: "avoid"
bracketSpacing: false
jsxBracketSameLine: false
semi: true
singleQuote: true
tabWidth: 2