UNPKG

@bit-ocean/prettier-config

Version:
55 lines 1.6 kB
{ "name": "@bit-ocean/prettier-config", "version": "0.0.53", "description": "Universal Prettier configuration.", "author": "Bruce Song <recall4056@gmail.com> (https://github.com/recallwei/)", "homepage": "https://github.com/bit-ocean-studio/infra#readme", "bugs": "https://github.com/bit-ocean-studio/infra/issues", "repository": { "type": "git", "url": "https://github.com/bit-ocean-studio/infra.git", "directory": "packages/prettier-config" }, "keywords": [ "bit-ocean", "bit-ocean-infra", "prettier", "prettier-config" ], "files": [ "dist" ], "exports": { ".": { "import": "./dist/base.mjs", "require": "./dist/base.js", "types": "./dist/base.d.ts" }, "./*": { "import": "./dist/*.mjs", "require": "./dist/*.js", "types": "./dist/*.d.ts" } }, "peerDependencies": { "prettier": "^3.5.3" }, "dependencies": { "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.11" }, "publishConfig": { "access": "public" }, "license": "MIT", "scripts": { "dev": "tsup --watch", "build": "tsup", "type:check": "tsc --pretty --noEmit", "cspell:check": "cspell --no-progress --show-suggestions --show-context --cache **", "eslint:check": "eslint . --color --cache", "eslint:fix": "eslint . --color --cache --fix", "prettier:check": "prettier --check --cache --ignore-unknown --ignore-path=../../.prettierignore .", "prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ." } }