UNPKG

@radicalcondor/prettier-config

Version:

Prettier config for Radical Condor repositories

55 lines (54 loc) 1.5 kB
{ "name": "@radicalcondor/prettier-config", "description": "Prettier config for Radical Condor repositories", "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ "radicalcondor", "prettier", "prettier-config" ], "homepage": "https://github.com/radicalcondor/config", "repository": { "type": "git", "url": "https://github.com/radicalcondor/config.git", "directory": "packages/prettier-config" }, "bugs": { "url": "https://github.com/radicalcondor/config/issues" }, "author": { "name": "Radical Condor", "url": "https://github.com/radicalcondor" }, "engines": { "node": ">=10" }, "scripts": { "build": "echo '0'", "lint": "npm-run-all lint:*", "lint:js": "prettier src/** --write", "lint:npm": "npmPkgJsonLint .", "posttest": "rimraf src/schema.json src/schema.json.bak", "precommit": "lint-staged", "pretest": "curl https://json.schemastore.org/prettierrc > src/schema.json && ajv migrate -s src/schema.json", "test": "ajv validate -s src/schema.json -d src/index.json --errors=json" }, "peerDependencies": { "prettier": ">=1" }, "devDependencies": { "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "lint-staged": "^11", "npm-package-json-lint": "^5", "npm-run-all": "^4", "prettier": "^2", "rimraf": "^3" }, "publishConfig": { "access": "public" }, "gitHead": "b52b8d6e8a7d78f28d5f50144f0b58ce3b6371a6" }