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/shared | |
parent | 39d65b136aeb57022454e5b8d0a4a4a552f35243 (diff) |
Use @typescript-eslint/semi rule
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/Settings.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/Settings.ts b/src/shared/Settings.ts index e35094b..c1b5a51 100644 --- a/src/shared/Settings.ts +++ b/src/shared/Settings.ts @@ -19,7 +19,6 @@ export default interface Settings { search: Search; properties: Properties; blacklist: string[]; - // eslint-disable-next-line semi } const DefaultProperties: Properties = PropertyDefs.defs.reduce( |