Skip to content

Commit 4d7addb

Browse files
docs(linter/plugins): remove comments APIs from list of unsupported APIs (#555)
1 parent 2fb74c6 commit 4d7addb

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
@@ -360,7 +360,6 @@ Not supported yet:
360360
- Suggestions.
361361
- Scope analysis.
362362
- `SourceCode` APIs related to tokens (e.g. `context.sourceCode.getTokens(node)`).
363-
- `SourceCode` APIs related to comments (e.g. `context.sourceCode.getAllComments()`).
364363
- Control flow analysis.
365364

366365
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)