UNPKG

@rushstack/eslint-plugin

Version:

An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package

43 lines 1.16 kB
{ "name": "@rushstack/eslint-plugin", "version": "0.19.0", "description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", "license": "MIT", "repository": { "url": "https://github.com/microsoft/rushstack.git", "type": "git", "directory": "eslint/eslint-plugin" }, "homepage": "https://rushstack.io", "keywords": [ "eslint", "eslint-config", "monorepo", "rush", "scalable", "scale", "typescript" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { "@typescript-eslint/utils": "~8.31.0", "@rushstack/tree-pattern": "0.3.4" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" }, "devDependencies": { "@rushstack/heft": "0.73.2", "@typescript-eslint/parser": "~8.31.0", "@typescript-eslint/rule-tester": "~8.31.0", "eslint": "~8.57.0", "typescript": "~5.8.2", "decoupled-local-node-rig": "1.0.0" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }