UNPKG

@radicalcondor/eslint-config

Version:

ESLint config for Radical Condor repositories

73 lines (72 loc) 2.11 kB
{ "name": "@radicalcondor/eslint-config", "description": "ESLint 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/eslint-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/eslintrc > src/schema.json && ajv migrate -s src/schema.json", "test": "ajv validate -s src/schema.json -d src/index.json --errors=json" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": ">=4", "@typescript-eslint/parser": ">=4", "eslint": ">=3", "eslint-config-airbnb-base": ">=14", "eslint-config-prettier": ">=7", "eslint-plugin-import": ">=2", "eslint-plugin-jest": ">=24", "eslint-plugin-prettier": ">=3", "typescript": ">=4" }, "devDependencies": { "@radicalcondor/internal": "^0.5.1", "@typescript-eslint/eslint-plugin": "^4", "@typescript-eslint/parser": "^4", "ajv-cli": "^5", "eslint": "^8", "eslint-config-airbnb-base": "^14", "eslint-config-prettier": "^8", "eslint-plugin-import": "^2", "eslint-plugin-jest": "^24", "eslint-plugin-prettier": "^3", "jest": "^27", "lint-staged": "^11", "npm-package-json-lint": "^5", "npm-run-all": "^4", "prettier": "^2", "rimraf": "^3", "typescript": "^4" }, "publishConfig": { "access": "public" }, "gitHead": "b52b8d6e8a7d78f28d5f50144f0b58ce3b6371a6" }