Skip to content

Commit b797149

Browse files
authored
docs: update formatters template (#16454)
1 parent 5ac4de9 commit b797149

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/user-guide/formatters/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ eleventyNavigation:
55
key: formatters
66
parent: user guide
77
title: Formatters
8-
order: 5
8+
order: 6
99
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
1010
---
1111

@@ -43,7 +43,7 @@ function addOne(i) {
4343
};
4444
```
4545

46-
### `.eslintrc`:
46+
### `.eslintrc`
4747

4848
```json
4949
{

templates/formatter-examples.md.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ eleventyNavigation:
55
key: formatters
66
parent: user guide
77
title: Formatters
8-
order: 5
8+
order: 6
99
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
1010
---
1111

@@ -35,7 +35,7 @@ function addOne(i) {
3535
};
3636
```
3737

38-
### `.eslintrc`:
38+
### `.eslintrc`
3939

4040
```json
4141
{

0 commit comments

Comments
 (0)