@moonbeam-network/api-augment
Version:
Moonbeam types augment for @polkadot/api
22 lines • 492 B
JSON
{
"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"
}
}
}
}