59b98bcd36
* nextjs project * new structure under Web3Modal * Add Web3Modal + Wagmi v2 example in React (#422) * refactor next * remove logs * update example * add custom button * add custom button * Update dapps/web3modal/react/package.json --------- Co-authored-by: Blessing Samuel <samuelblessing125@gmail.com>
19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"semicolons": "asNeeded",
|
|
"quoteStyle":"single",
|
|
"lineWidth": 120
|
|
}
|
|
}
|
|
} |