markdownlint-rule-extended-ascii
Version:
A markdownlint rule that allows only extended ASCII characters
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "markdownlint-rule-extended-ascii",
"version": "0.2.1",
"description": "A markdownlint rule that allows only extended ASCII characters",
"license": "MIT",
"author": "David Anson (https://dlaa.me/)",
"repository": {
"type": "git",
"url": "git+https://github.com/DavidAnson/markdownlint-rule-extended-ascii.git"
},
"homepage": "https://github.com/DavidAnson/markdownlint-rule-extended-ascii",
"bugs": "https://github.com/DavidAnson/markdownlint-rule-extended-ascii/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"exports": "./extended-ascii.cjs",
"scripts": {
"lint": "markdownlint-cli2 *.md && eslint --max-warnings 0",
"test": "npm run lint && node --test --experimental-test-coverage"
},
"files": [
"package.json",
"LICENSE",
"README.md",
"extended-ascii.cjs"
],
"keywords": [
"markdownlint-rule",
"markdownlint",
"markdown",
"ascii",
"lint"
],
"devDependencies": {
"@eslint/js": "9.21.0",
"eslint": "9.21.0",
"markdownlint-cli2": "0.17.2"
}
}