Skip to content

Commit

Permalink
fixup! [eslint] add cacheStategy option
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 authored May 29, 2021
1 parent bcb2e08 commit afc4a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/eslint/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ export namespace CLIEngine {
cache?: boolean;
cacheFile?: string;
cacheLocation?: string;
cacheStrategy?: "content" | "metadata";
configFile?: string;
cwd?: string;
envs?: string[];
Expand Down

0 comments on commit afc4a0b

Please sign in to comment.