Skip to content

Commit 9e1d369

Browse files
committed
chore: remove rule already included by recommended rules
In the most recent version of the recommended rules, the configuration for remark-lint-list-item-indent was changed to what we use, so we no longer need to include the rule explicitly in our configuration. Refs: remarkjs/remark-lint@8df41b3
1 parent 0e15d07 commit 9e1d369

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import remarkLintFileExtension from "remark-lint-file-extension";
1313
import remarkLintFinalDefinition from "remark-lint-final-definition";
1414
import remarkLintFirstHeadingLevel from "remark-lint-first-heading-level";
1515
import remarkLintHeadingStyle from "remark-lint-heading-style";
16-
import remarkLintListItemIndent from "remark-lint-list-item-indent";
1716
import remarkLintMaximumLineLength from "remark-lint-maximum-line-length";
1817
import remarkLintNoConsecutiveBlankLines from "remark-lint-no-consecutive-blank-lines";
1918
import remarkLintNoFileNameArticles from "remark-lint-no-file-name-articles";
@@ -71,7 +70,6 @@ const plugins = [
7170
remarkLintFinalDefinition,
7271
[remarkLintFirstHeadingLevel, 1],
7372
[remarkLintHeadingStyle, "atx"],
74-
[remarkLintListItemIndent, "one"],
7573
[remarkLintMaximumLineLength, 120],
7674
remarkLintNoConsecutiveBlankLines,
7775
remarkLintNoFileNameArticles,
@@ -115,7 +113,6 @@ const plugins = [
115113

116114
const settings = {
117115
emphasis: "_",
118-
listItemIndent: "one",
119116
tightDefinitions: true,
120117
};
121118

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"remark-lint-final-definition": "^4.0.1",
4949
"remark-lint-first-heading-level": "^4.0.0",
5050
"remark-lint-heading-style": "^4.0.0",
51-
"remark-lint-list-item-indent": "^4.0.0",
5251
"remark-lint-maximum-line-length": "^4.0.1",
5352
"remark-lint-no-consecutive-blank-lines": "^5.0.0",
5453
"remark-lint-no-file-name-articles": "^3.0.0",

0 commit comments

Comments
 (0)