UNPKG

@ministryofjustice/eslint-config-hmpps

Version:
60 lines (59 loc) 1.63 kB
{ "name": "@ministryofjustice/eslint-config-hmpps", "version": "1.0.3", "description": "ESLint rules for HMPPS typescript projects", "keywords": [ "eslint", "eslint-plugin", "hmpps" ], "author": "hmpps-developers", "license": "MIT", "homepage": "https://github.com/ministryofjustice/hmpps-typescript-lib/tree/main/packages/eslint-config-hmpps#readme", "repository": { "type": "git", "url": "git+https://github.com/ministryofjustice/hmpps-typescript-lib.git" }, "publishConfig": { "access": "public", "tag": "latest" }, "bin": { "eslint-config-hmpps": "bin/migrate.sh" }, "main": "index.cjs", "files": [ "*.md", "bin/*.sh", "index.cjs", "airbnbRules/" ], "engines": { "node": "20 || 22 || 24" }, "scripts": { "lint": "eslint . --cache --max-warnings 0", "lint-fix": "eslint . --cache --max-warnings 0 --fix", "check-for-updates": "npx npm-check-updates -u" }, "dependencies": { "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "confusing-browser-globals": "^1.0.11", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-cypress": "^5.2.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-prettier": "^5.5.5", "globals": "17.3.0", "semver": "^7.7.3" }, "devDependencies": { "@types/confusing-browser-globals": "^1.0.3", "@types/semver": "^7.7.1" } }