Skip to content

Commit 49bd1e5

Browse files
authored
docs: remove unused link definitions (#16376)
1 parent 42f5479 commit 49bd1e5

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

docs/src/developer-guide/nodejs-api.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ const codeLines = SourceCode.splitLines(code);
464464

465465
## Linter
466466

467-
The `Linter` object does the actual evaluation of the JavaScript code. It doesn't do any filesystem operations, it simply parses and reports on the code. In particular, the `Linter` object does not process configuration objects or files. Unless you are working in the browser, you probably want to use the [ESLint class](#eslint-class) class instead.
467+
The `Linter` object does the actual evaluation of the JavaScript code. It doesn't do any filesystem operations, it simply parses and reports on the code. In particular, the `Linter` object does not process configuration objects or files. Unless you are working in the browser, you probably want to use the [ESLint class](#eslint-class) instead.
468468

469469
The `Linter` is a constructor, and you can create a new instance by passing in the options you want to use. The available options are:
470470

@@ -921,20 +921,11 @@ ruleTester.run("my-rule", myRule, {
921921
[configuration object]: ../user-guide/configuring/
922922
[builtin-formatters]: https://eslint.org/docs/user-guide/formatters/
923923
[third-party-formatters]: https://www.npmjs.com/search?q=eslintformatter
924-
[eslint]: #eslint-class
925-
[eslint-constructor]: #-new-eslintoptions
926924
[eslint-lintfiles]: #-eslintlintfilespatterns
927925
[eslint-linttext]: #-eslintlinttextcode-options
928-
[eslint-getrulesmetaforresults]: #-eslintgetrulesmetaforresultsresults
929-
[eslint-calculateconfigforfile]: #-eslintcalculateconfigforfilefilepath
930-
[eslint-ispathignored]: #-eslintispathignoredfilepath
931926
[eslint-loadformatter]: #-eslintloadformatternameorpath
932-
[eslint-version]: #-eslintversion
933-
[eslint-outputfixes]: #-eslintoutputfixesresults
934-
[eslint-geterrorresults]: #-eslintgeterrorresultsresults
935927
[lintresult]: #-lintresult-type
936928
[lintmessage]: #-lintmessage-type
937929
[suppressedlintmessage]: #-suppressedlintmessage-type
938930
[editinfo]: #-editinfo-type
939931
[loadedformatter]: #-loadedformatter-type
940-
[linter]: #linter

0 commit comments

Comments
 (0)