UNPKG

eslint-plugin-tsdoc

Version:

An ESLint plugin that validates TypeScript doc comments

43 lines 1.06 kB
{ "name": "eslint-plugin-tsdoc", "version": "0.4.0", "description": "An ESLint plugin that validates TypeScript doc comments", "keywords": [ "TypeScript", "documentation", "doc", "comments", "JSDoc", "TSDoc", "ESLint", "plugin" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/tsdoc", "directory": "eslint-plugin" }, "homepage": "https://tsdoc.org/", "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { "@microsoft/tsdoc": "0.15.1", "@microsoft/tsdoc-config": "0.17.1" }, "devDependencies": { "@rushstack/heft-node-rig": "~2.6.11", "@rushstack/heft": "^0.66.13", "@types/eslint": "8.40.1", "@types/estree": "1.0.1", "@types/heft-jest": "1.0.3", "@types/node": "14.18.36", "eslint": "~8.57.0", "eslint-plugin-header": "~3.1.1" }, "scripts": { "build": "heft test --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }