Skip to content

Commit

Permalink
docs: update formatters template (#16454)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Oct 24, 2022
1 parent 5ac4de9 commit b797149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/user-guide/formatters/index.md
Expand Up @@ -5,7 +5,7 @@ eleventyNavigation:
key: formatters
parent: user guide
title: Formatters
order: 5
order: 6
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
---

Expand Down Expand Up @@ -43,7 +43,7 @@ function addOne(i) {
};
```

### `.eslintrc`:
### `.eslintrc`

```json
{
Expand Down
4 changes: 2 additions & 2 deletions templates/formatter-examples.md.ejs
Expand Up @@ -5,7 +5,7 @@ eleventyNavigation:
key: formatters
parent: user guide
title: Formatters
order: 5
order: 6
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
---

Expand Down Expand Up @@ -35,7 +35,7 @@ function addOne(i) {
};
```

### `.eslintrc`:
### `.eslintrc`

```json
{
Expand Down

0 comments on commit b797149

Please sign in to comment.