Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with main to release #412

Merged
merged 12 commits into from
Apr 11, 2024
Merged
145 changes: 64 additions & 81 deletions CHANGELOG.md

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
"linter": {
"enabled": true,
"rules": {
"suspicious": {
"noExplicitAny": "off"
},
"style": {
"useImportType": "off",
"useNodejsImportProtocol": "off"
},
"complexity": {
"noForEach": "off"
}
}
},
"formatter": {
"indentWidth": 2,
"indentStyle": "space"
},
"javascript": {
"formatter": {
"semicolons": "always",
"quoteStyle": "single",
"trailingComma": "all"
}
},
"organizeImports": {
"enabled": false
},
"files": {
"ignore": ["node_modules", "build", "coverage", ".vscode"]
}
}
64 changes: 32 additions & 32 deletions docs/classes/ERC725.md

Large diffs are not rendered by default.

Loading
Loading