12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@rushstack/eslint-patch",
- "version": "1.1.0",
- "description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain",
- "main": "lib/usage.js",
- "license": "MIT",
- "repository": {
- "url": "https://github.com/microsoft/rushstack.git",
- "type": "git",
- "directory": "stack/eslint-patch"
- },
- "homepage": "https://rushstack.io",
- "scripts": {
- "build": "heft build --clean"
- },
- "keywords": [
- "eslintrc",
- "config",
- "module",
- "resolve",
- "resolver",
- "plugin",
- "relative",
- "package"
- ],
- "devDependencies": {
- "@rushstack/heft": "0.41.6",
- "@rushstack/heft-node-rig": "1.2.25",
- "@types/node": "12.20.24"
- }
- }
|