You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ See [`markdownlint` rules](https://github.com/DavidAnson/markdownlint#rules--ali
22
22
23
23
**Important**: We support the use of `markdownlint` through [`markdownlint-cli2`](https://github.com/DavidAnson/markdownlint-cli2) instead of `markdownlint-cli` for compatibility with the [`vscode-markdownlint`](https://github.com/DavidAnson/vscode-markdownlint) plugin.
24
24
25
-
1. Create a `.markdownlint-cli2.cjs` file in the root of your repository.
25
+
1. Create a `.markdownlint-cli2.mjs` file in the root of your repository.
26
26
27
27
```bash
28
-
touch .markdownlint-cli2.cjs
28
+
touch .markdownlint-cli2.mjs
29
29
```
30
30
31
31
2. Install packages.
@@ -44,7 +44,7 @@ See [`markdownlint` rules](https://github.com/DavidAnson/markdownlint#rules--ali
44
44
}
45
45
```
46
46
47
-
4. Edit `.markdownlint-cli2.cjs` file to suit your needs. Start with
47
+
4. Edit `.markdownlint-cli2.mjs` file to suit your needs. Start with
@@ -57,7 +57,7 @@ See [`markdownlint` rules](https://github.com/DavidAnson/markdownlint#rules--ali
57
57
}
58
58
```
59
59
60
-
Or, you can also pass in configuration options that you wish to override the default. Read more at [Customizing configurations](#customizing-configurations).
60
+
Or, you can also pass in configuration options that you wish to override the default. Read more at [Customizing configurations](#customizing-configurations).
0 commit comments