Skip to content

Commit d9b9589

Browse files
chore: added sentences-per-line to markdownlint (#76)
1 parent b219e75 commit d9b9589

File tree

4 files changed

+72
-4
lines changed

4 files changed

+72
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT
1010

1111
## Reporting Issues
1212

13-
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository!
14-
Please fully fill out all required fields in the most appropriate issue form.
13+
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
1514

1615
## Sending Contributions
1716

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.github/CODE_OF_CONDUCT.md
12
dist/
23
node_modules/

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"pnpm-deduplicate": "^0.4.0",
2626
"prettier": "^2.7.1",
2727
"semantic-release": "^19.0.5",
28+
"sentences-per-line": "^0.2.1",
2829
"ts-prune": "^0.10.3",
2930
"typescript": "^4.8.4",
3031
"vitest": "^0.23.4"
@@ -43,8 +44,8 @@
4344
"build": "tsc",
4445
"format": "prettier \"**/*\" --ignore-unknown",
4546
"format:write": "pnpm format --write",
46-
"lint": "npx eslint . --max-warnings 0 --report-unused-disable-directives",
47-
"lint:md": "npx markdownlint \"**/*.md\" \".github/**/*.md\"",
47+
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives",
48+
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
4849
"lint:package": "npmPkgJsonLint .",
4950
"lint:packages": "pnpm-deduplicate --list",
5051
"lint:prune": "ts-prune",

pnpm-lock.yaml

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)