UNPKG

@slhs/eslint-config

Version:
75 lines (74 loc) 2.02 kB
{ "name": "@slhs/eslint-config", "version": "2.2.1", "description": "SLHS ESLint config", "keywords": [ "eslint", "eslintconfig", "slhs" ], "author": { "name": "SLHS Web Services", "email": "dev@slhs.org" }, "license": "", "type": "module", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "main": "index.js", "files": [ "index.js" ], "homepage": "https://github.com/St-Lukes-Health-System/eslint-config#readme", "repository": { "type": "git", "url": "https://github.com/St-Lukes-Health-System/eslint-config.git" }, "bugs": { "url": "https://github.com/St-Lukes-Health-System/eslint-config/issues" }, "scripts": { "changeset": "changeset", "changeset:version": "changeset version && npm install --package-lock-only", "changeset:publish": "changeset publish", "format": "prettier --cache --write .", "format:check": "prettier --cache --check .", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "typecheck": "tsc" }, "private": false, "publishConfig": { "access": "public" }, "dependencies": { "@eslint/js": "^9.33.0", "@vitest/eslint-plugin": "^1.3.4", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-playwright": "^2.2.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-testing-library": "^7.6.6", "globals": "^16.3.0", "typescript-eslint": "^8.40.0" }, "devDependencies": { "@changesets/changelog-github": "0.5.1", "@changesets/cli": "2.29.6", "@slhs/prettier-config": "4.0.4", "@types/eslint__js": "9.14.0", "@types/node": "22.17.2", "@types/react": "19.1.10", "@types/react-dom": "19.1.7", "eslint": "9.33.0", "prettier": "3.6.2", "typescript": "5.9.2" }, "engines": { "node": ">=20" }, "prettier": "@slhs/prettier-config" }