Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
putnik committed Mar 5, 2024
1 parent 4dcc1c6 commit 667246b
Show file tree
Hide file tree
Showing 5 changed files with 1,916 additions and 1,380 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@
"no-undef": "off",
"no-underscore-dangle": "off",
"no-unreachable-loop": "off",
"node/no-missing-import": "off",
"node/no-missing-require": "off",
"n/no-missing-import": "off",
"n/no-missing-require": "off",
"promise/catch-or-return": "off",
"security/detect-non-literal-regexp": "off",
"security/detect-possible-timing-attacks": "off",
"security/detect-unsafe-regex": "off",

"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error"]
Expand Down
Loading

0 comments on commit 667246b

Please sign in to comment.