UNPKG

eslint-plugin-react-edge

Version:
65 lines 1.6 kB
{ "name": "eslint-plugin-react-edge", "type": "module", "version": "0.1.2", "description": "ESLint plugin with niche rules for React projects", "author": "kokororin", "license": "MIT", "homepage": "https://github.com/kokororin/eslint-plugin-react-edge#readme", "repository": { "type": "git", "url": "git+https://github.com/kokororin/eslint-plugin-react-edge.git" }, "bugs": { "url": "https://github.com/kokororin/eslint-plugin-react-edge/issues" }, "keywords": [ "react", "eslint", "eslint-react", "eslint-plugin", "typescript", "naming-conventions" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "eslint": "^9.6.0" }, "dependencies": { "@typescript-eslint/utils": "^8.26.1" }, "devDependencies": { "@antfu/eslint-config": "^4.13.2", "@antfu/ni": "^25.0.0", "@types/eslint": "^9.6.1", "@types/node": "^22.15.29", "@typescript-eslint/parser": "^8.33.1", "bumpp": "^10.1.1", "eslint": "^9.28.0", "eslint-vitest-rule-tester": "^2.0.0", "tsdown": "^0.12.5", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^3.2.0" }, "scripts": { "build": "tsdown", "test": "vitest", "lint": "nr typecheck && eslint . --fix", "typecheck": "tsc --noEmit", "release": "bumpp && pnpm publish" } }