Skip to content

Commit

Permalink
feat(remark): remove remark-lint-first-heading-level package (#423)
Browse files Browse the repository at this point in the history
The package is not suitable for the minimum rule set.

BREAKING CHANGE: please install it manually to keep same linting rules
  • Loading branch information
ybiquitous committed Jun 21, 2019
1 parent 64922bf commit ae09165
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/package-empty_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/package-normal_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit ae09165

Please sign in to comment.