diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-22 20:30:20 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-22 20:30:20 +0900 |
commit | fc1cd234d5643fde0abbd529a374e330cb4ab4b6 (patch) | |
tree | 75af476b86222cbb8a8546ace1f0ff606c24eeb3 /src/content/client/FollowMasterClient.ts | |
parent | 39d65b136aeb57022454e5b8d0a4a4a552f35243 (diff) |
Use @typescript-eslint/semi rule
Diffstat (limited to 'src/content/client/FollowMasterClient.ts')
-rw-r--r-- | src/content/client/FollowMasterClient.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/client/FollowMasterClient.ts b/src/content/client/FollowMasterClient.ts index c841902..da75308 100644 --- a/src/content/client/FollowMasterClient.ts +++ b/src/content/client/FollowMasterClient.ts @@ -7,8 +7,6 @@ export default interface FollowMasterClient { responseHintCount(count: number): void; sendKey(key: Key): void; - - // eslint-disable-next-line semi } export class FollowMasterClientImpl implements FollowMasterClient { |