Skip to content

Commit

Permalink
feat(core): lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshamavani committed Oct 28, 2024
1 parent 397baec commit 0efe67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface RepositoryOverridingOptions {
/**restricts user to pass createdOn and modifiedOn fields in the request body
* and only current date will be set in the database */
restrictDateModification: boolean;
//eslint-disable-next-line @typescript-eslint/no-explicit-any
[property: string]: any; //NOSONAR
}
export type OASPathDefinition = AnyObject;
Expand Down

0 comments on commit 0efe67c

Please sign in to comment.