UNPKG

remark-lint-no-trailing-spaces

Version:

remark-lint rule to warn when lines end with trailing spaces

76 lines (75 loc) 1.78 kB
{ "name": "remark-lint-no-trailing-spaces", "version": "5.0.0", "type": "module", "author": "@verekia", "contributors": [ { "name": "@evilebottnawi" }, { "name": "@Trott" } ], "main": "index.js", "homepage": "https://github.com/Trott/remark-lint-no-trailing-spaces#readme", "repository": { "type": "git", "url": "git+https://github.com/Trott/remark-lint-no-trailing-spaces.git" }, "bugs": { "url": "https://github.com/Trott/remark-lint-no-trailing-spaces/issues" }, "description": "remark-lint rule to warn when lines end with trailing spaces", "keywords": [ "remark", "lint", "rule", "trailing", "spaces", "whitespaces" ], "license": "MIT", "dependencies": { "unified-lint-rule": "^3.0.0", "vfile-location": "^5.0.3" }, "scripts": { "start": "remark .", "test": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 node test.js" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "c8": "^12.0.0", "remark-cli": "^12.0.1", "semantic-release": "^25.0.3", "tape": "^5.8.1" }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], "@semantic-release/npm", [ "@semantic-release/git", { "assets": [ "CHANGELOG.md", "package.json" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ] } }