Skip to content

Commit d00e9e6

Browse files
committed
Remove FIXME as it fails linting
1 parent 0cf2415 commit d00e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/Components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function componentRule(rule, context) {
218218
let comment;
219219
// Sometimes the passed node may not have been parsed yet by eslint, and this function call crashes.
220220
// Can be removed when eslint sets "parent" property for all nodes on initial AST traversal: https://github.com/eslint/eslint-scope/issues/27
221-
// FIXME: Remove try/catch when https://github.com/eslint/eslint-scope/issues/27 is implemented.
221+
// Remove try/catch when https://github.com/eslint/eslint-scope/issues/27 is implemented.
222222
try {
223223
comment = sourceCode.getJSDocComment(node);
224224
} catch (e) {

0 commit comments

Comments
 (0)