UNPKG

@eslint-types/typescript-eslint

Version:
35 lines 905 B
{ "name": "@eslint-types/typescript-eslint", "version": "7.5.0", "description": "TypeScript definitions for eslint-define-config", "homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/typescript-eslint", "license": "MIT", "contributors": [ { "name": "Christopher Quadflieg", "url": "https://github.com/Shinigami92", "githubUsername": "Shinigami92" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/eslint-types/define-config-plugin-types.git", "directory": "types/typescript-eslint" }, "dependencies": {}, "devDependencies": { "@typescript-eslint/eslint-plugin": "7.5.0" }, "exports": { ".": { "types": "./index.d.ts" }, "./types": { "types": "./types.d.ts" }, "./package.json": "./package.json" }, "scripts": {} }