Last analyzed 3c5348f 4 months ago
Default analysis branch is
Currently analyzing run
Found explicit type declarations JS-0331
Anti-pattern
4 months ago4 months old
Type boolean trivially inferred from a boolean literal, remove type annotation
171  public static pressHTMLElement(
172    selector: string,
173    type: 'class' | 'id' | 'tag' = 'id',
174    clickingMenuItem: boolean = false,175    addNewLine = false
176  ) {
177    const elSelector = document.querySelector(