Skip to content

Commit

Permalink
chore: update dependencies (#1460)
Browse files Browse the repository at this point in the history
* update to latest prettier

* fix with prettier: added trailing comma

* remove deps from test package, add sinon types, fix type hack in a test, update esling prettier config

* update typescript eslint plugins

* update package-locks
  • Loading branch information
weboko authored Aug 11, 2023
1 parent 7227657 commit 51f9261
Show file tree
Hide file tree
Showing 104 changed files with 16,987 additions and 25,064 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@
"no-console": "error",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/no-misused-promises": "error"
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-explicit-any": "warn"
},
"overrides": [
{
"files": ["*.spec.ts", "**/test_utils/*.ts", "*.js", "*.cjs"],
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-console": "off"
}
},
Expand Down
Loading

0 comments on commit 51f9261

Please sign in to comment.