eslint-plugin-react-hooks
Advanced tools
Comparing version 5.2.0-canary-ff628334-20250205 to 5.2.0-rc.1
{ | ||
"name": "eslint-plugin-react-hooks", | ||
"description": "ESLint rules for React Hooks", | ||
"version": "5.2.0-canary-ff628334-20250205", | ||
"version": "5.2.0-rc.1", | ||
"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,3 @@ "node": ">=10" | ||
"@babel/eslint-parser": "^7.11.4", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@tsconfig/strictest": "^2.0.5", | ||
@@ -52,5 +60,4 @@ "@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0", | ||
"jest": "^29.5.0", | ||
"tsup": "^8.3.5", | ||
"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
277866
8
5541