Use @typescript-eslint/semi rule

This commit is contained in:
Shin'ya Ueoka 2019-05-22 20:30:20 +09:00
parent 39d65b136a
commit fc1cd234d5
36 changed files with 7 additions and 63 deletions

View file

@ -20,8 +20,6 @@ export default interface FollowSlaveClient {
clearHints(): void;
activateIfExists(tag: string, newTab: boolean, background: boolean): void;
// eslint-disable-next-line semi
}
export class FollowSlaveClientImpl implements FollowSlaveClient {