Skip to content

Commit

Permalink
feat(graph): update graph for burn methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Aug 29, 2023
1 parent 80dda10 commit f94c31c
Show file tree
Hide file tree
Showing 7 changed files with 1,622 additions and 1,258 deletions.
11 changes: 11 additions & 0 deletions graph/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root: false
ignorePatterns: ["tests/", "generated/"]
parser: "@typescript-eslint/parser"
plugins:
- "@typescript-eslint"
extends:
- "eslint:recommended"
- "plugin:@typescript-eslint/recommended"
rules:
"@typescript-eslint/ban-types":
- "warn"
Loading

0 comments on commit f94c31c

Please sign in to comment.