We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29d1c9 commit 492b737Copy full SHA for 492b737
packages/parser/src/visitor-keys.ts
@@ -65,7 +65,7 @@ export const visitorKeys = eslintVisitorKeys.unionWith({
65
'params',
66
'returnType',
67
],
68
- TSEnumDeclaration: ['members'],
+ TSEnumDeclaration: ['id', 'members'],
69
TSEnumMember: ['id', 'initializer'],
70
TSExportAssignment: ['expression'],
71
TSExportKeyword: [],
0 commit comments