Skip to content

Commit

Permalink
Update NPM dependencies (foundryvtt#9302)
Browse files Browse the repository at this point in the history
Includes bugfix of invalid `typeof` check
  • Loading branch information
stwlam committed Aug 13, 2023
1 parent 5d01f26 commit e480897
Show file tree
Hide file tree
Showing 4 changed files with 1,520 additions and 889 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@
}
],
"@typescript-eslint/prefer-namespace-keyword": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-namespace": [
"error",
{
"allowDeclarations": true
}
],
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/array-type": [
"error",
Expand Down
Loading

0 comments on commit e480897

Please sign in to comment.