Skip to content

Commit

Permalink
feat(remark): remove remark-lint-no-tabs package (#424)
Browse files Browse the repository at this point in the history
The package (rule) can conflict with Prettier.
  • Loading branch information
ybiquitous committed Jun 21, 2019
1 parent ae09165 commit 30e05ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 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-no-tabs": "^1.0.3",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3",
"remark-validate-links": "^8.0.3",
Expand Down Expand Up @@ -99,7 +98,6 @@
"plugins": [
"remark-preset-lint-markdown-style-guide",
"remark-preset-lint-recommended",
"remark-lint-no-tabs",
[
"remark-lint-emphasis-marker",
false
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-no-tabs",
["remark-lint-emphasis-marker", false],
["remark-lint-list-item-indent", false],
["remark-lint-list-item-spacing", 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-no-tabs",
["remark-lint-emphasis-marker", false],
["remark-lint-list-item-indent", false],
["remark-lint-list-item-spacing", false],
Expand Down

0 comments on commit 30e05ea

Please sign in to comment.