UNPKG

@github/markdownlint-github

Version:

An opinionated collection of markdownlint rules used by GitHub.

43 lines (42 loc) 1.25 kB
{ "name": "@github/markdownlint-github", "version": "0.7.0", "description": "An opinionated collection of markdownlint rules used by GitHub.", "type": "module", "exports": "./index.js", "engines": { "node": ">=18" }, "directories": { "test": "test" }, "scripts": { "publish": "npm publish --access public --@github:registry=https://registry.npmjs.org", "test": "npm run lint && NODE_OPTIONS=--experimental-vm-modules jest", "lint": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!node_modules\" \"!docs/rules\" \"!test/example.md\" && eslint .", "lint:fix": "npm run lint -- --fix" }, "dependencies": { "lodash-es": "^4.17.15" }, "devDependencies": { "eslint": "^8.22.0", "eslint-plugin-github": "^5.0.1", "jest": "^29.5.0", "markdownlint": "^0.37.3", "markdownlint-cli2": "^0.17.1" }, "repository": { "type": "git", "url": "git+https://github.com/github/markdownlint-github.git" }, "keywords": [ "markdownlint-rule" ], "author": "Andri Alexandrou <andri.j.alexandrou@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/github/markdownlint-github/issues" }, "homepage": "https://github.com/github/markdownlint-github#readme" }