UNPKG

eslint-plugin-react-x

Version:

A set of composable linting rules for libraries and frameworks that use React as a UI runtime.

96 lines 2.39 kB
{ "name": "eslint-plugin-react-x", "version": "1.41.0", "description": "A set of composable linting rules for libraries and frameworks that use React as a UI runtime.", "keywords": [ "react", "eslint", "eslint-react", "eslint-plugin", "eslint-plugin-react-x" ], "homepage": "https://github.com/Rel1cx/eslint-react", "bugs": { "url": "https://github.com/Rel1cx/eslint-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Rel1cx/eslint-react.git", "directory": "packages/plugins/eslint-plugin-react-x" }, "license": "MIT", "author": "Rel1cx<rel1cx@proton.me>", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "./package.json" ], "dependencies": { "@typescript-eslint/scope-manager": "^8.29.0", "@typescript-eslint/type-utils": "^8.29.0", "@typescript-eslint/types": "^8.29.0", "@typescript-eslint/utils": "^8.29.0", "compare-versions": "^6.1.1", "is-immutable-type": "^5.0.1", "string-ts": "^2.2.1", "ts-pattern": "^5.7.0", "@eslint-react/ast": "1.41.0", "@eslint-react/core": "1.41.0", "@eslint-react/shared": "1.41.0", "@eslint-react/kit": "1.41.0", "@eslint-react/jsx": "1.41.0", "@eslint-react/var": "1.41.0", "@eslint-react/eff": "1.41.0" }, "devDependencies": { "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "ts-api-utils": "^2.1.0", "tsup": "^8.4.0", "@local/configs": "0.0.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "ts-api-utils": "^2.1.0", "typescript": "^4.9.5 || ^5.3.3" }, "peerDependenciesMeta": { "eslint": { "optional": false }, "ts-api-utils": { "optional": true }, "typescript": { "optional": true } }, "engines": { "bun": ">=1.0.15", "node": ">=18.18.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup --dts-resolve", "lint:publish": "publint", "lint:ts": "tsc --noEmit" } }