Skip to content

Commit 3b775d2

Browse files
committed
Fix lint errors
Signed-off-by: Andrew Haines <haines@cerbos.dev>
1 parent a38ea53 commit 3b775d2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/core/src/convert/fromProtobuf.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-deprecated */
2+
13
import type {
24
AuditTrail as AuditTrailProtobuf,
35
DecisionLogEntry as DecisionLogEntryProtobuf,

packages/core/src/convert/toProtobuf.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-deprecated */
2+
13
import { v4 as uuidv4 } from "uuid";
24

35
import { Effect as EffectProtobuf } from "../protobuf/cerbos/effect/v1/effect";

0 commit comments

Comments
 (0)