UNPKG

eslint-plugin-markdownlint

Version:
81 lines (80 loc) 1.9 kB
{ "name": "eslint-plugin-markdownlint", "version": "0.10.1", "description": "Eslint plugin for markdownlint", "author": "Paweł BB Drozd <dev@pawelbbdrozd.com>", "license": "MIT", "homepage": "https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint/-/blob/main/README.md", "keywords": [ "eslint", "eslint-markdown", "eslintplugin", "eslint-plugin", "lint", "linter", "md", "markdown", "markdownlint" ], "repository": { "type": "git", "url": "https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint.git" }, "bugs": { "url": "https://gitlab.com/pawelbbdrozd/eslint-plugin-markdownlint/-/issues" }, "type": "module", "main": "index.js", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./parser": { "types": "./parser.d.ts", "default": "./parser.js" }, "./parser.js": { "types": "./parser.d.ts", "default": "./parser.js" } }, "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "parser.js", "parser.d.ts", "lib/**/*.js", "lib/**/*.mjs" ], "private": false, "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest ." }, "dependencies": { "json5": "^2.2.3", "markdownlint": "0.40.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "eslint": "10.4.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-n": "18.0.1", "eslint-plugin-prettier": "5.5.5", "eslint-plugin-self": "1.2.1", "globals": "^17.6.0", "jest": "29.7.0", "prettier": "3.8.3", "typescript": "^6.0.3" }, "peerDependencies": { "eslint": ">=7.5.0" }, "engines": { "node": ">=14" }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }