UNPKG

@moonbeam-network/api-augment

Version:
22 lines 492 B
{ "extends": [ "../biome.json" ], "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "javascript": { "formatter": { "trailingCommas": "none", "semicolons": "always", "indentStyle": "space", "lineWidth": 100, "quoteStyle": "double" } }, "linter": { "rules": { "suspicious": { "noShadowRestrictedNames": "off" } } } }