aboutsummaryrefslogtreecommitdiff
path: root/src/background/presenters/ZoomPresenter.ts
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2021-07-04 13:29:42 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2021-07-04 13:29:42 +0900
commit6b88c15d1a6193cd090c5a1ae9b6ea06a467e171 (patch)
treee1b78080d8e10477007c9379b57a6213e6f72c6a /src/background/presenters/ZoomPresenter.ts
parent5904eeff1a75dcf83bcef7d5666a7473cc5b77de (diff)
yarn lint:fix
Diffstat (limited to 'src/background/presenters/ZoomPresenter.ts')
-rw-r--r--src/background/presenters/ZoomPresenter.ts15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/background/presenters/ZoomPresenter.ts b/src/background/presenters/ZoomPresenter.ts
index 5a3c64d..31d01c7 100644
--- a/src/background/presenters/ZoomPresenter.ts
+++ b/src/background/presenters/ZoomPresenter.ts
@@ -1,18 +1,5 @@
const ZOOM_SETTINGS = [
- 0.33,
- 0.5,
- 0.66,
- 0.75,
- 0.8,
- 0.9,
- 1.0,
- 1.1,
- 1.25,
- 1.5,
- 1.75,
- 2.0,
- 2.5,
- 3.0,
+ 0.33, 0.5, 0.66, 0.75, 0.8, 0.9, 1.0, 1.1, 1.25, 1.5, 1.75, 2.0, 2.5, 3.0,
] as const;
export default interface ZoomPresenter {