@ministryofjustice/eslint-config-hmpps
Version:
ESLint rules for HMPPS typescript projects
54 lines (53 loc) • 1.52 kB
JSON
{
"name": "@ministryofjustice/eslint-config-hmpps",
"version": "0.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": "https://github.com/ministryofjustice/hmpps-typescript-lib.git"
},
"bin": "./bin/migrate.sh",
"main": "index.cjs",
"files": [
"*.md",
"bin/*.sh",
"index.cjs",
"airbnbRules/"
],
"engines": {
"node": "20 || 22"
},
"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.1",
"@eslint/js": "^9.32.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"confusing-browser-globals": "^1.0.11",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "16.3.0",
"semver": "^7.7.2"
},
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.3",
"@types/semver": "^7.7.0"
}
}