aboutsummaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-09-19 22:24:46 -0400
committerMax Isom <[email protected]>2021-09-19 22:24:46 -0400
commitdcac22832d02376c351603c944aabec17f2b7d1b (patch)
treea40097c3b7b3f8276fa2e0ccafd95d313474b84a /src/models
parentfd782219eff8016a00e87f0c8e44af3a3ba74be6 (diff)
downloadmuse-dcac22832d02376c351603c944aabec17f2b7d1b.tar.xz
muse-dcac22832d02376c351603c944aabec17f2b7d1b.zip
Bump linter version
Diffstat (limited to 'src/models')
-rw-r--r--src/models/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/index.ts b/src/models/index.ts
index b0cd909..fec0c8e 100644
--- a/src/models/index.ts
+++ b/src/models/index.ts
@@ -5,5 +5,5 @@ import Shortcut from './shortcut.js';
export {
Cache,
Settings,
- Shortcut
+ Shortcut,
};