Skip to content

Commit

Permalink
useV3DerivedMintInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-stan committed Aug 30, 2021
1 parent 91888f6 commit 41127ae
Show file tree
Hide file tree
Showing 5 changed files with 607 additions and 39 deletions.
32 changes: 24 additions & 8 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
{
"printWidth": 150,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"tslintIntegration": true,
"insertSpaceBeforeFunctionParenthesis": false
}
"printWidth": 150,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"tslintIntegration": true,
"insertSpaceBeforeFunctionParenthesis": false,
"overrides": [
{
"files": ["*.js", "*.ts"],
"options": {
"semi": true,
"singleQuote": true
}
},
{
"files": "*.sol",
"options": {
"semi": true,
"tabWidth": 4
}
}
]
}
Loading

0 comments on commit 41127ae

Please sign in to comment.