aboutsummaryrefslogtreecommitdiff
path: root/src/content/domains/Key.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/domains/Key.ts')
-rw-r--r--src/content/domains/Key.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/domains/Key.ts b/src/content/domains/Key.ts
index fbbb4bb..b25616e 100644
--- a/src/content/domains/Key.ts
+++ b/src/content/domains/Key.ts
@@ -4,8 +4,6 @@ export default interface Key {
ctrlKey?: boolean;
altKey?: boolean;
metaKey?: boolean;
-
- // eslint-disable-next-line semi
}
const modifiedKeyName = (name: string): string => {