UNPKG

@isentinel/eslint-plugin-comment-length

Version:
47 lines (46 loc) 1.03 kB
{ "name": "@isentinel/eslint-plugin-comment-length", "version": "1.7.3", "description": "", "main": "./lib/index.js", "types": "./src/index.ts", "publishConfig": { "access": "public" }, "files": [ "lib/**", "src/**" ], "keywords": [ "eslint", "eslintplugin", "max-len", "comments", "reflow" ], "scripts": { "build": "rm -rf ./lib && tsc -p ./tsconfig.build.json", "watch": "yarn build --watch", "prepublishOnly": "yarn build", "postpublish": "rm README.md" }, "author": "Lasse Felskov Agersten <lfa@appear.dk>", "repository": { "type": "git", "url": "https://github.com/lasselupe33/eslint-plugin-comment-length.git" }, "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^7.13.0" }, "devDependencies": { "@types/eslint": "^8.56.0", "@types/estree": "^1.0.5", "@types/node": "^20.9.0", "enhanced-resolve": "^5.15.0", "typescript": "^5.4.5" }, "peerDependencies": { "eslint": ">=8.56.0" } }