UNPKG

@maxchang/biome-config

Version:
39 lines 885 B
{ "name": "@maxchang/biome-config", "version": "0.1.5", "description": "Max Chang's Biome config", "keywords": [ "biome", "biome-config", "eslint", "prettier", "linter", "formatter" ], "homepage": "https://github.com/maxchang3/biome-config", "bugs": { "url": "https://github.com/maxchang3/biome-config/issues" }, "repository": { "type": "git", "url": "git+https://github.com/maxchang3/biome-config.git" }, "license": "MIT", "author": "Max Chang (https://github.com/maxchang3)", "main": "biome.jsonc", "files": [ "biome.jsonc" ], "devDependencies": { "@biomejs/biome": "^2.2.0", "bumpp": "^10.2.3" }, "peerDependencies": { "@biomejs/biome": "^2.2.0" }, "scripts": { "lint": "biome check", "lint:fix": "biome check --write .", "release": "bumpp && pnpm publish --access public" } }