From ae09165298295e27da9ec99a670ea5efc58736c9 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 21 Jun 2019 10:25:14 +0900 Subject: [PATCH] feat(remark): remove `remark-lint-first-heading-level` package (#423) The package is not suitable for the minimum rule set. BREAKING CHANGE: please install it manually to keep same linting rules --- package-lock.json | 10 ---------- package.json | 2 -- test/fixtures/package-empty_expected.json | 1 - test/fixtures/package-normal_expected.json | 1 - 4 files changed, 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe4fa5b9..575be058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6768,16 +6768,6 @@ "unified-lint-rule": "^1.0.0" } }, - "remark-lint-first-heading-level": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/remark-lint-first-heading-level/-/remark-lint-first-heading-level-1.1.4.tgz", - "integrity": "sha512-iU5G4ZmGx8/2p/U2rPc6qhjyQ/BCcOuj07KzI7XxapYfJqZF6Xxz2rC2b/5xsDJAz2vXG74U4iG3c9vmbyH9WQ==", - "requires": { - "unified-lint-rule": "^1.0.0", - "unist-util-generated": "^1.1.0", - "unist-util-visit": "^1.4.0" - } - }, "remark-lint-hard-break-spaces": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/remark-lint-hard-break-spaces/-/remark-lint-hard-break-spaces-1.0.3.tgz", diff --git a/package.json b/package.json index 3dba6d97..12471c63 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "npm-run-all": "^4.1.5", "prettier": "^1.18.2", "remark-cli": "^6.0.1", - "remark-lint-first-heading-level": "^1.1.4", "remark-lint-no-tabs": "^1.0.3", "remark-preset-lint-markdown-style-guide": "^2.1.3", "remark-preset-lint-recommended": "^3.0.3", @@ -100,7 +99,6 @@ "plugins": [ "remark-preset-lint-markdown-style-guide", "remark-preset-lint-recommended", - "remark-lint-first-heading-level", "remark-lint-no-tabs", [ "remark-lint-emphasis-marker", diff --git a/test/fixtures/package-empty_expected.json b/test/fixtures/package-empty_expected.json index 2754127b..43269545 100644 --- a/test/fixtures/package-empty_expected.json +++ b/test/fixtures/package-empty_expected.json @@ -41,7 +41,6 @@ "plugins": [ "remark-preset-lint-markdown-style-guide", "remark-preset-lint-recommended", - "remark-lint-first-heading-level", "remark-lint-no-tabs", ["remark-lint-emphasis-marker", false], ["remark-lint-list-item-indent", false], diff --git a/test/fixtures/package-normal_expected.json b/test/fixtures/package-normal_expected.json index a2597230..9404dc21 100644 --- a/test/fixtures/package-normal_expected.json +++ b/test/fixtures/package-normal_expected.json @@ -42,7 +42,6 @@ "plugins": [ "remark-preset-lint-markdown-style-guide", "remark-preset-lint-recommended", - "remark-lint-first-heading-level", "remark-lint-no-tabs", ["remark-lint-emphasis-marker", false], ["remark-lint-list-item-indent", false],