Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fix anchor links (#13715)
Fix anchor links to LintResult, LintMessage, EditInfo, and Formatter
  • Loading branch information
gmoore committed Oct 7, 2020
1 parent 27f0de6 commit ab0ac6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developer-guide/nodejs-api.md
Expand Up @@ -16,10 +16,10 @@ While ESLint is designed to be run on the command line, it's possible to use ESL
* [static version][eslint-version]
* [static outputFixes()][eslint-outputFixes]
* [static getErrorResults()][eslint-getErrorResults]
* [LintResult type](lintresult)
* [LintMessage type](lintmessage)
* [EditInfo type](editinfo)
* [Formatter type](formatter)
* [LintResult type](#-lintresult-type)
* [LintMessage type](#-lintmessage-type)
* [EditInfo type](#-editinfo-type)
* [Formatter type](#-formatter-type)
* [SourceCode](#sourcecode)
* [splitLines()](#sourcecode-splitlines)
* [Linter](#linter)
Expand Down

0 comments on commit ab0ac6c

Please sign in to comment.