Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add formatters page edit link (#16094)
* docs: add formatters page edit link

* docs: change edit link
  • Loading branch information
amareshsm committed Jul 6, 2022
1 parent 4d1ed22 commit cdc0206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/user-guide/formatters/index.md
Expand Up @@ -6,6 +6,7 @@ eleventyNavigation:
parent: user guide
title: Formatters
order: 5
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
---

ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well.
Expand Down
1 change: 1 addition & 0 deletions templates/formatter-examples.md.ejs
Expand Up @@ -6,6 +6,7 @@ eleventyNavigation:
parent: user guide
title: Formatters
order: 5
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
---

ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well.
Expand Down

0 comments on commit cdc0206

Please sign in to comment.