II.
Tool JSON
Structured · livetool:biome
Biome json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:biome",
"_kind": "Tool",
"_file": "domain/tools/biome.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Biome",
"homepageUrl": "https://biomejs.dev",
"kind": "linter",
"language": "language:javascript",
"releasedAt": "2023",
"description": "Toolchain combining a fast linter and formatter for the web - successor to Rome.\n"
},
"outgoingEdges": [
{
"from": "tool:biome",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "tool:biome",
"to": "skill-area:code-quality",
"kind": "used_for"
},
{
"from": "tool:biome",
"to": "tool:eslint",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript linters / formatters"
}
},
{
"from": "tool:biome",
"to": "tool:prettier",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript linters / formatters"
}
}
],
"incomingEdges": [
{
"from": "tool:eslint",
"to": "tool:biome",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript linters / formatters"
}
},
{
"from": "tool:prettier",
"to": "tool:biome",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript linters / formatters"
}
}
]
}