UNPKG

eslint-plugin-md

Version:

An ESLint plugin that allows you to lint markdown code in your *.md files.

43 lines (42 loc) 1.08 kB
{ "name": "eslint-plugin-md", "version": "1.0.19", "description": "An ESLint plugin that allows you to lint markdown code in your *.md files.", "keywords": [ "markdown", "md", "eslint-markdown", "eslint", "eslintplugin", "eslint-plugin" ], "author": "Leonid Buneev", "main": "lib/index.js", "repository": { "type" : "git", "url" : "https://github.com/leo-buneev/eslint-plugin-md" }, "scripts": { "lint": "cross-env NODE_ENV=production eslint . --ext js,md", "dev": "node --inspect ./node_modules/jest/bin/jest.js --runInBand --watch", "test": "jest" }, "dependencies": { "lodash": "^4.17.15", "markdown-eslint-parser": "^1.2.0", "prettier-linter-helpers": "^1.0.0", "remark": "^11.0.2", "remark-frontmatter": "^1.3.2", "remark-preset-lint-markdown-style-guide": "^2.1.3", "requireindex": "~1.1.0" }, "devDependencies": { "cross-env": "^7.0.2", "eslint-plugin-tyrecheck": "^2.10.2", "jest": "^25.1.0" }, "engines": { "node": ">=0.10.0" }, "license": "ISC" }