UNPKG

@radashi-org/biome-config

Version:

Shared Biome config for Radashi projects

36 lines (35 loc) 658 B
{ "name": "@radashi-org/biome-config", "version": "1.0.2", "description": "Shared Biome config for Radashi projects", "repository": { "url": "git+https://github.com/radashi-org/radashi.git" }, "homepage": "https://radashi.js.org", "author": { "name": "Alec Larson" }, "license": "MIT", "main": "biome.json", "exports": { ".": "./biome.json" }, "files": [ "biome.json" ], "keywords": [ "radashi", "biome", "biomejs", "config", "configuration", "formatter", "linter" ], "peerDependencies": { "@biomejs/biome": "^1.8.3" }, "trustedDependencies": [ "@biomejs/biome" ] }