watcher-ts/packages/graph-node/.eslintignore
Ashwin Phatak d247815ce2 Example subgraph, ethCall test to drive implementation (#18)
* Setup example subgraph.

* Implement eth_call in subgraph.

* eth-call test stub

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-12-28 16:08:04 +05:30

9 lines
128 B
Plaintext

# Don't lint node_modules.
node_modules
# Don't lint build output.
dist
# Don't lint generated code from graph-cli.
generated