bumped eslint

This commit is contained in:
Eugene Pankov
2021-01-28 21:46:31 +01:00
parent c42b62afe6
commit e0efb4073a
9 changed files with 72 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
import { Component, Input, HostListener, ViewChildren, QueryList, ElementRef } from '@angular/core'
import { Component, Input, HostListener, ViewChildren, QueryList, ElementRef } from '@angular/core' // eslint-disable-line @typescript-eslint/no-unused-vars
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'
import { SelectorOption } from '../api/selector'