Skip to content

Commit

Permalink
Fix reality-data-client lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbiguenet committed Nov 4, 2024
1 parent 7975b9d commit 39ac36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/packages/reality-data-client/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = [
},
{
rules: {
"@typescript-eslint/no-duplicate-imports": "error",
"no-duplicate-imports": "error",
"@typescript-eslint/consistent-type-imports": "error"
}
}
Expand Down
1 change: 1 addition & 0 deletions typescript/packages/reality-data-client/src/RealityData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class ITwinRealityData implements RealityData {
* Creates an instance of RealityData.
* @beta
*/
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
public constructor(client: RealityDataAccessClient, realityData?: any | undefined, iTwinId?: any | undefined) {

this.client = client!;
Expand Down

0 comments on commit 39ac36d

Please sign in to comment.