tslint error: Asterik in jsdoc must be aligned
问题 I keep getting this tslint error and don't see what's wrong with the code. Does anybody see an issues with the jsdoc asteriks below not being aligned correctly: /** * @ngdoc directive * @module ers.components.button * @scope * @transclude * @data * @binding * @name ersButton * @restrict E * @constructor * * @description * * A button performs the defined action when the user clicks it. * * - Buttons can only consist of text and/or an icon. * - Buttons must contain either a click event, an href