diff options
| author | Max Isom <[email protected]> | 2021-09-19 22:24:46 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-09-19 22:24:46 -0400 |
| commit | dcac22832d02376c351603c944aabec17f2b7d1b (patch) | |
| tree | a40097c3b7b3f8276fa2e0ccafd95d313474b84a /src/models | |
| parent | fd782219eff8016a00e87f0c8e44af3a3ba74be6 (diff) | |
| download | muse-dcac22832d02376c351603c944aabec17f2b7d1b.tar.xz muse-dcac22832d02376c351603c944aabec17f2b7d1b.zip | |
Bump linter version
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/index.ts | 2 |
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, }; |
