Skip to content

Commit 2dc4120

Browse files
committed
docs(linter/plugins): remove comments APIs from list of unsupported APIs
1 parent 6dba935 commit 2dc4120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docs/guide/usage/linter/js-plugins.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ Not supported yet:
351351
- Suggestions.
352352
- Scope analysis.
353353
- `SourceCode` APIs related to tokens (e.g. `context.sourceCode.getTokens(node)`).
354-
- `SourceCode` APIs related to comments (e.g. `context.sourceCode.getAllComments()`).
355354
- Control flow analysis.
356355

357356
We will be filling in the gaps in API support over the next few months, aiming to eventually support 100% of ESLint's

0 commit comments

Comments
 (0)