Skip to content

Commit

Permalink
fix: ignore new eslint error (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoniangreen authored Jun 16, 2024
1 parent 80c014f commit 85dafb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compile/codegen/code.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
export abstract class _CodeOrName {
abstract readonly str: string
abstract readonly names: UsedNames
Expand Down

0 comments on commit 85dafb0

Please sign in to comment.