eslint-plugin-react-hooks
Advanced tools
Comparing version 5.2.0-canary-18eaf51b-20250118 to 5.2.0-canary-25677265-20250224
{ | ||
"name": "eslint-plugin-react-hooks", | ||
"description": "ESLint rules for React Hooks", | ||
"version": "5.2.0-canary-18eaf51b-20250118", | ||
"version": "5.2.0-canary-25677265-20250224", | ||
"repository": { | ||
@@ -13,4 +13,5 @@ "type": "git", | ||
"README.md", | ||
"cjs", | ||
"index.js", | ||
"cjs" | ||
"index.d.ts" | ||
], | ||
@@ -23,2 +24,6 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"license": "MIT", | ||
@@ -28,2 +33,4 @@ "bugs": { | ||
}, | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"engines": { | ||
@@ -38,2 +45,4 @@ "node": ">=10" | ||
"@babel/eslint-parser": "^7.11.4", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@tsconfig/strictest": "^2.0.5", | ||
"@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0", | ||
@@ -43,6 +52,12 @@ "@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0", | ||
"@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.62.0", | ||
"@types/eslint": "^8.56.12", | ||
"@types/estree": "^1.0.6", | ||
"@types/estree-jsx": "^1.0.5", | ||
"@types/node": "^20.2.5", | ||
"babel-eslint": "^10.0.3", | ||
"eslint-v7": "npm:eslint@^7.7.0", | ||
"eslint-v9": "npm:eslint@^9.0.0" | ||
"eslint-v9": "npm:eslint@^9.0.0", | ||
"jest": "^29.5.0", | ||
"typescript": "^5.4.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
277885
8
5541
16