Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jul 11, 2024
1 parent 93f3bd5 commit 1169ffb
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 1,010 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export function clean() {

// Performs the static analysis of source code.
export async function lint() {
await build();
await $`tsc --project tsconfig.json`;
return $`eslint --config=etc/eslint.config.js gulpfile.js example src test`;
return $`eslint --config=etc/eslint.js gulpfile.js example src test`;
}

// Publishes the package.
Expand Down
Loading

0 comments on commit 1169ffb

Please sign in to comment.