Skip to content

Commit

Permalink
FT minting (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Santiago <[email protected]>
  • Loading branch information
tifrel and sainthiago authored Apr 3, 2024
1 parent ba4391c commit c27f919
Show file tree
Hide file tree
Showing 51 changed files with 470 additions and 239 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
Expand All @@ -25,7 +24,7 @@
"rules": {
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/naming-convention": "off",
"brace-style": [
"error",
"1tbs",
Expand Down Expand Up @@ -97,4 +96,4 @@
"browser": true,
"es6": true
}
}
}
Loading

0 comments on commit c27f919

Please sign in to comment.