Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed May 21, 2022
1 parent 9da79d1 commit fe80fed
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 588 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ module.exports = {
"@typescript-eslint/no-base-to-string": error,
"@typescript-eslint/no-confusing-void-expression": error,
"@typescript-eslint/no-dupe-class-members": error,
"@typescript-eslint/no-duplicate-imports": warn,
"@typescript-eslint/no-empty-function": warn,
"@typescript-eslint/no-empty-interface": warn,
"@typescript-eslint/no-explicit-any": warn,
Expand All @@ -174,6 +173,7 @@ module.exports = {
"@typescript-eslint/no-misused-promises": error,
"@typescript-eslint/no-namespace": error,
"@typescript-eslint/no-non-null-assertion": error,
"@typescript-eslint/no-redundant-type-constituents": error,
"@typescript-eslint/no-require-imports": error,
"@typescript-eslint/no-shadow": error,
"@typescript-eslint/no-this-alias": warn,
Expand Down
Loading

0 comments on commit fe80fed

Please sign in to comment.