UNPKG

@radicalcondor/lintstaged-config

Version:

Lint Staged config for Radical Condor repositories

55 lines (54 loc) 1.52 kB
{ "name": "@radicalcondor/lintstaged-config", "description": "Lint Staged config for Radical Condor repositories", "version": "0.5.1", "license": "MIT", "main": "src/index.json", "keywords": [ "radicalcondor", "lint-staged", "lint-staged-config" ], "homepage": "https://github.com/radicalcondor/config", "repository": { "type": "git", "url": "https://github.com/radicalcondor/config.git", "directory": "packages/lintstaged-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/lintstagedrc.schema > src/schema.json && ajv migrate -s src/schema.json", "test": "ajv validate -s src/schema.json -d src/index.json --errors=json" }, "peerDependencies": { "lint-staged": ">=10" }, "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" }