Skip to content

Commit 41127ae

Browse files
committed
useV3DerivedMintInfo
1 parent 91888f6 commit 41127ae

File tree

5 files changed

+607
-39
lines changed

5 files changed

+607
-39
lines changed

.prettierrc

+24-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
{
2-
"printWidth": 150,
3-
"tabWidth": 2,
4-
"semi": true,
5-
"singleQuote": true,
6-
"trailingComma": "es5",
7-
"tslintIntegration": true,
8-
"insertSpaceBeforeFunctionParenthesis": false
9-
}
2+
"printWidth": 150,
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": true,
6+
"trailingComma": "es5",
7+
"tslintIntegration": true,
8+
"insertSpaceBeforeFunctionParenthesis": false,
9+
"overrides": [
10+
{
11+
"files": ["*.js", "*.ts"],
12+
"options": {
13+
"semi": true,
14+
"singleQuote": true
15+
}
16+
},
17+
{
18+
"files": "*.sol",
19+
"options": {
20+
"semi": true,
21+
"tabWidth": 4
22+
}
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)