@react-hookz/eslint-config
Version:
eslint configuration files used in @react-hookz projects
85 lines (84 loc) • 2.08 kB
JSON
{
"name": "@react-hookz/eslint-config",
"version": "4.1.7",
"description": "eslint configuration files used in @react-hookz projects",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-hookz/eslint-config.git"
},
"bugs": {
"url": "https://github.com/react-hookz/eslint-config/issues"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": "./configs/base.js",
"./*": "./configs/*",
"./configs/*": null,
"./configs/*.js": null
},
"files": [
"configs"
],
"peerDependencies": {
"eslint": "^9.19.0",
"jest": "*",
"typescript": "^5.0.0",
"vitest": "*"
},
"peerDependenciesMeta": {
"jest": {
"optional": true
},
"typescript": {
"optional": true
},
"vitest": {
"optional": true
}
},
"dependencies": {
"@eslint/js": "^9.19.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitest/eslint-plugin": "^1.1.25",
"eslint-config-prettier": "^10.0.1",
"eslint-config-xo": "^0.46.0",
"eslint-config-xo-typescript": "^7.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-no-use-extend-native": "^0.7.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unicorn": "^56.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@react-hookz/eslint-formatter-gha": "^3.0.3",
"@semantic-release/exec": "^7.0.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/node": "^22.13.1",
"@typescript-eslint/utils": "^8.23.0",
"eslint": "^9.19.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"pinst": "^3.0.0",
"semantic-release": "^24.2.1",
"typescript": "^5.7.3"
},
"scripts": {
"_postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"lint": "eslint",
"lint:fix": "yarn lint --fix"
},
"packageManager": "yarn@4.5.3"
}