Skip to content

Commit

Permalink
. t lint typescript files
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <10874+isidore@users.noreply.github.com>
  • Loading branch information
mch and isidore committed Dec 6, 2024
1 parent cca8c6b commit 95ed345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const $ = gulp_load_plugins;

const paths = {
mochaTests: ["test/**/*[Tt]ests.js", "test/**/*[Tt]ests.mjs"],
filesToLint: ["./lib/**/*.js", "./test/**/*.js", "gulpfile.mjs"],
filesToLint: ["./lib/**/*.ts", "./test/**/*.mts", "gulpfile.mjs"],
sourceJSFilesForCodeCoverage: ["./lib/**/*.js"],
};

Expand Down

0 comments on commit 95ed345

Please sign in to comment.