Skip to content

Commit

Permalink
fix(remark): disable rules conflicting with Prettier (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Feb 2, 2019
1 parent f98db04 commit 1e45a84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
"remark-preset-lint-recommended",
"remark-lint-first-heading-level",
"remark-lint-no-tabs",
[
"remark-lint-emphasis-marker",
false
],
[
"remark-lint-list-item-indent",
false
],
[
"remark-lint-list-item-spacing",
false
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/package-empty_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"remark-preset-lint-recommended",
"remark-lint-first-heading-level",
"remark-lint-no-tabs",
["remark-lint-emphasis-marker", false],
["remark-lint-list-item-indent", false],
["remark-lint-list-item-spacing", false],
["remark-lint-ordered-list-marker-value", "ordered"],
"remark-validate-links"
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/package-normal_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"remark-preset-lint-recommended",
"remark-lint-first-heading-level",
"remark-lint-no-tabs",
["remark-lint-emphasis-marker", false],
["remark-lint-list-item-indent", false],
["remark-lint-list-item-spacing", false],
["remark-lint-ordered-list-marker-value", "ordered"],
"remark-validate-links"
Expand Down

0 comments on commit 1e45a84

Please sign in to comment.