We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac4de9 commit b797149Copy full SHA for b797149
2 files changed
docs/src/user-guide/formatters/index.md
@@ -5,7 +5,7 @@ eleventyNavigation:
5
key: formatters
6
parent: user guide
7
title: Formatters
8
- order: 5
+ order: 6
9
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
10
---
11
@@ -43,7 +43,7 @@ function addOne(i) {
43
};
44
```
45
46
-### `.eslintrc`:
+### `.eslintrc`
47
48
```json
49
{
templates/formatter-examples.md.ejs
@@ -35,7 +35,7 @@ function addOne(i) {
35
36
37
38
39
40
41
0 commit comments