Skip to content

Commit

Permalink
address GH security issues and upgrade dev dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfvct authored Jun 9, 2022
1 parent f56e24d commit da13948
Show file tree
Hide file tree
Showing 6 changed files with 5,888 additions and 11,931 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
plugins: ["@typescript-eslint"],
extends: [
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ module.exports = {
collectCoverage: true,
'coverageReporters': ['json', 'html'],
verbose: true,
testTimeout: 30000,
};
Loading

0 comments on commit da13948

Please sign in to comment.