Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
panda0603 authored Aug 26, 2020
1 parent 52afe41 commit 96fafdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function runAction() {
log(`\nVerifying setup for ${linter.name}…`);
await linter.verifySetup(lintDirAbs, prefix);
log(`Verified ${linter.name} setup`);
log(`Files to be linted: ${filteredArgs}`);

// Determine which files should be linted
const fileExtList = fileExtensions.split(",");
Expand Down

0 comments on commit 96fafdf

Please sign in to comment.