UNPKG

@maxchang/biome-config

Version:
41 lines 940 B
{ "name": "@maxchang/biome-config", "version": "0.1.8", "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.4.2", "automd": "^0.4.3", "bumpp": "^10.4.1" }, "peerDependencies": { "@biomejs/biome": "^2.4.2" }, "scripts": { "lint": "biome check", "lint:fix": "biome check --write .", "update-readme": "automd", "release": "bumpp && pnpm publish --access public" } }