Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Heber committed Jul 31, 2024
1 parent a9151cc commit eded02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/warp/apex.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable sf-plugin/flag-summary */ // had problems with 'target-org' flag an couldn't escape only that line
/* eslint-disable @typescript-eslint/no-explicit-any */
import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
import { Messages } from '@salesforce/core';
Expand Down

0 comments on commit eded02a

Please sign in to comment.