Use @typescript-eslint/semi rule
This commit is contained in:
parent
39d65b136a
commit
fc1cd234d5
36 changed files with 7 additions and 63 deletions
|
@ -2,8 +2,6 @@ import * as doms from '../../shared/utils/dom';
|
|||
|
||||
export default interface FocusPresenter {
|
||||
focusFirstElement(): boolean;
|
||||
|
||||
// eslint-disable-next-line semi
|
||||
}
|
||||
|
||||
export class FocusPresenterImpl implements FocusPresenter {
|
||||
|
|
Reference in a new issue