remark-lint-final-newline
Version:
remark-lint rule to warn when a newline at the end of a file is missing
52 lines (51 loc) • 1.18 kB
JSON
{
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"contributors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"dependencies": {
"@types/mdast": "^4.0.0",
"devlop": "^1.0.0",
"unified-lint-rule": "^3.0.0",
"vfile-location": "^5.0.0"
},
"description": "remark-lint rule to warn when a newline at the end of a file is missing",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"final",
"lint",
"newline",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"unix"
],
"license": "MIT",
"name": "remark-lint-final-newline",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-final-newline",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"type": "module",
"version": "3.0.1",
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}