Skip to content

Commit

Permalink
Update npm packages including express (#400)
Browse files Browse the repository at this point in the history
* version updates

* chore: update package.json dependencies

* fix: remove redundant clean step from build script

---------

Co-authored-by: Richard Zampieri <[email protected]>
  • Loading branch information
irfanh94 and rsaz authored Oct 25, 2024
1 parent 6340843 commit a0ee887
Show file tree
Hide file tree
Showing 5 changed files with 1,387 additions and 698 deletions.
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = [
{
ignores: ["lib/", "es/", "es6/", "*.d.ts", "src/**/*.js", "test/**/*.js", ".eslintrc.js", "jest.config.js", "coverage"]
}
];
Loading

0 comments on commit a0ee887

Please sign in to comment.