mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
Fix JSDoc eslint rule for properties and methods (#51462)
This commit is contained in:
@@ -172,6 +172,8 @@ module.exports = createRule({
|
||||
TSIndexSignature: checkDeclaration,
|
||||
TSMethodSignature: checkDeclaration,
|
||||
TSParameterProperty: checkDeclaration,
|
||||
PropertyDefinition: checkDeclaration,
|
||||
MethodDefinition: checkDeclaration,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user