From 1e60c7ba57b44dcae8e41ac9163f1ab067142b0d Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 12 Nov 2023 15:47:04 -0500 Subject: [PATCH] Remove sentences-per-line --- package.json | 3 +-- pnpm-lock.yaml | 37 ------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/package.json b/package.json index f22b532..53a3e67 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "format": "prettier \"**/*\" --ignore-unknown", "lint": "eslint . .*js --max-warnings 0 --report-unused-disable-directives", "lint:knip": "knip", - "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", + "lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\"", "lint:package-json": "npmPkgJsonLint .", "lint:packages": "pnpm dedupe --check", "lint:spelling": "cspell \"**\" \".github/**/*\"", @@ -105,7 +105,6 @@ "prettier-plugin-curly": "^0.1.3", "prettier-plugin-packagejson": "^2.4.6", "release-it": "^17.0.0", - "sentences-per-line": "^0.2.1", "should-semantic-release": "^0.2.1", "tsup": "^7.2.0", "typescript": "^5.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39e502a..1a792a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,9 +124,6 @@ devDependencies: release-it: specifier: ^17.0.0 version: 17.0.0(typescript@5.2.2) - sentences-per-line: - specifier: ^0.2.1 - version: 0.2.1 should-semantic-release: specifier: ^0.2.1 version: 0.2.1 @@ -4360,10 +4357,6 @@ packages: mem: 8.1.1 dev: true - /entities@1.1.2: - resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} - dev: true - /entities@3.0.1: resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==} engines: {node: '>=0.12'} @@ -6690,12 +6683,6 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true - /linkify-it@2.2.0: - resolution: {integrity: sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==} - dependencies: - uc.micro: 1.0.6 - dev: true - /linkify-it@4.0.1: resolution: {integrity: sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==} dependencies: @@ -6935,17 +6922,6 @@ packages: uc.micro: 1.0.6 dev: true - /markdown-it@8.4.2: - resolution: {integrity: sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==} - hasBin: true - dependencies: - argparse: 1.0.10 - entities: 1.1.2 - linkify-it: 2.2.0 - mdurl: 1.0.1 - uc.micro: 1.0.6 - dev: true - /markdownlint-cli@0.37.0: resolution: {integrity: sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==} engines: {node: '>=16'} @@ -6967,13 +6943,6 @@ packages: engines: {node: '>=16'} dev: true - /markdownlint@0.11.0: - resolution: {integrity: sha512-wE5WdKD6zW2DQaPQ5TFBTXh5j76DnWd/IFffnDQgHmi6Y61DJXBDfLftZ/suJHuv6cwPjM6gKw2GaRLJMOR+Mg==} - engines: {node: '>=6'} - dependencies: - markdown-it: 8.4.2 - dev: true - /markdownlint@0.31.1: resolution: {integrity: sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==} engines: {node: '>=16'} @@ -8267,12 +8236,6 @@ packages: lru-cache: 6.0.0 dev: true - /sentences-per-line@0.2.1: - resolution: {integrity: sha512-6hlyKBwqoaZJ5+RBTKNNem2kBGAboh9e9KfFw5KYKA+64xaTYWbv5C6XnOudx8xk1Sg6f/4yalhJtCZFSLWIsQ==} - dependencies: - markdownlint: 0.11.0 - dev: true - /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'}