Skip to content

Commit

Permalink
move pages in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Feb 5, 2023
1 parent 337f7ed commit ebf859e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/extend/custom-formatters.md
Expand Up @@ -2,7 +2,7 @@
title: Custom Formatters
eleventyNavigation:
key: custom formatters
parent: extend eslint
parent: create plugins
title: Custom Formatters
order: 3

Expand Down
4 changes: 2 additions & 2 deletions docs/src/extend/custom-processors.md
Expand Up @@ -2,9 +2,9 @@
title: Custom Processors
eleventyNavigation:
key: custom processors
parent: extend eslint
parent: create plugins
title: Custom Processors
order: 5
order: 2

---
You can also create custom processors that tell ESLint how to process files other than JavaScript.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/extend/custom-rules.md
Expand Up @@ -2,9 +2,9 @@
title: Custom Rules
eleventyNavigation:
key: custom rules
parent: extend eslint
parent: create plugins
title: Custom Rules
order: 2
order: 1

---

Expand Down
2 changes: 2 additions & 0 deletions docs/src/extend/plugins.md
Expand Up @@ -8,6 +8,8 @@ eleventyNavigation:

---

## Name a Plugin

Each plugin is an npm module with a name in the format of `eslint-plugin-<plugin-name>`, such as `eslint-plugin-jquery`. You can also use scoped packages in the format of `@<scope>/eslint-plugin-<plugin-name>` such as `@jquery/eslint-plugin-jquery` or even `@<scope>/eslint-plugin` such as `@jquery/eslint-plugin`.

## Create a Plugin
Expand Down

0 comments on commit ebf859e

Please sign in to comment.