UNPKG

@rushstack/eslint-plugin

Version:

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

50 lines 1.41 kB
{ "name": "@rushstack/eslint-plugin", "version": "0.18.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.26.1", "@rushstack/tree-pattern": "0.3.4" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "devDependencies": { "@eslint/eslintrc": "~3.0.0", "@rushstack/heft": "0.69.2", "@rushstack/heft-node-rig": "2.7.0", "@types/eslint": "8.56.10", "@types/estree": "1.0.6", "@types/heft-jest": "1.0.1", "@types/node": "20.17.19", "@typescript-eslint/parser": "~8.26.1", "@typescript-eslint/rule-tester": "~8.26.1", "@typescript-eslint/typescript-estree": "~8.26.1", "eslint": "~8.57.0", "eslint-plugin-header": "~3.1.1", "typescript": "~5.8.2" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }