Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Jul 25, 2023
1 parent 052f932 commit 1e347c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/libs/types/src/attributes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PlatformType } from './enums/platforms'

Check warning on line 1 in services/libs/types/src/attributes.ts

View workflow job for this annotation

GitHub Actions / lint-format-services

'PlatformType' is defined but never used
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export interface IAttributes {
[key: string]: Record<PlatformType, any>
[key: string]: Record<string, any>

Check warning on line 4 in services/libs/types/src/attributes.ts

View workflow job for this annotation

GitHub Actions / lint-format-services

Unexpected any. Specify a different type
}

0 comments on commit 1e347c8

Please sign in to comment.