Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
fix(lint): Fix lint errors as result of upgrade to @jenssimon/eslint-…
Browse files Browse the repository at this point in the history
…config-typescript
  • Loading branch information
jenssimon committed Mar 2, 2022
1 parent f5b017d commit 08cafa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const checkCartridgeIntegrity = (
const hashes = getDirHashes(readOnlyCartridges);
const modifiedCartridges = [];
const uncommittedChanges = [];
const integrityData: { [index: string]: { hash: string, uncommitted: number }} = {};
const integrityData: { [index: string]: { hash: string; uncommitted: number }} = {};
Object.entries(hashes).forEach(([cartridge, hash]) => {
integrityData[cartridge] = {
hash,
Expand Down

0 comments on commit 08cafa6

Please sign in to comment.