UNPKG

@sxzz/prettier-config

Version:
40 lines 956 B
{ "name": "@sxzz/prettier-config", "version": "2.2.1", "description": "Prettier config for @sxzz", "type": "module", "license": "MIT", "homepage": "https://github.com/sxzz/prettier-config#readme", "bugs": { "url": "https://github.com/sxzz/prettier-config/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sxzz/prettier-config.git" }, "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>", "funding": "https://github.com/sponsors/sxzz", "files": [ "index.d.ts", "index.js" ], "types": "index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "devDependencies": { "@sxzz/eslint-config": "^5.2.0", "bumpp": "^10.0.3", "eslint": "^9.21.0", "prettier": "^3.5.3" }, "prettier": "./index.js", "scripts": { "lint": "eslint --cache", "release": "bumpp && pnpm publish" } }