Skip to content

Commit 24e8a57

Browse files
committed
docs: add todo comment to ensure handling gcc when mode added
1 parent 6b7ab34 commit 24e8a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsdocUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const tagsWithOptionalType = [
149149
'throws', 'exception',
150150
'yields', 'yield',
151151

152-
// GCC specific
152+
// Todo: Omit these GCC specific items when in non-GCC mode after landing https://github.com/gajus/eslint-plugin-jsdoc/issues/356
153153
'package',
154154
'private',
155155
'protected',

0 commit comments

Comments
 (0)