Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix broken links in Node.js API docs toc #14296

Merged
merged 2 commits into from Apr 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/developer-guide/nodejs-api.md
Expand Up @@ -21,15 +21,15 @@ While ESLint is designed to be run on the command line, it's possible to use ESL
* [EditInfo type][editinfo]
* [Formatter type][formatter]
* [SourceCode](#sourcecode)
* [splitLines()](#sourcecode-splitlines)
* [splitLines()](#sourcecodesplitlines)
* [Linter](#linter)
* [verify()](#linter-verify)
* [verifyAndFix()](#linter-verifyandfix)
* [defineRule()](#linter-definerule)
* [verify()](#linterverify)
* [verifyAndFix()](#linterverifyandfix)
* [defineRule()](#linterdefinerule)
* [defineRules()](#linter-definerules)
* [getRules()](#linter-getrules)
* [defineParser()](#linter-defineparser)
* [version](#linter-version)
* [getRules()](#lintergetrules)
* [defineParser()](#linterdefineparser)
* [version](#linterversionlinterversion)
mdjermanovic marked this conversation as resolved.
Show resolved Hide resolved
* [linter (deprecated)](#linter-1)
* [CLIEngine (deprecated)](#cliengine)
* [RuleTester](#ruletester)
Expand Down