Skip to content

Commit

Permalink
Merge pull request #97 from brunoselvacj/master
Browse files Browse the repository at this point in the history
Use correct `overrideConfigFile` param for ESLint api.
  • Loading branch information
IanVS authored May 4, 2022
2 parents 31d8511 + b746934 commit c2f63c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const cli = {
} else {
const configuration = { extensions };
if (configFile) {
configuration.configFile = configFile;
configuration.overrideConfigFile = configFile;
}
if (cache) {
configuration.cache = cache;
Expand Down

0 comments on commit c2f63c4

Please sign in to comment.