Skip to content

Commit

Permalink
fix: ignore new eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoniangreen committed Jun 15, 2024
1 parent 80c014f commit ed82077
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 ed82077

Please sign in to comment.