Add chai and sinon types to get better IDE code intellisense
Showing
... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
"@sentry/browser": "^7.1.1", | "@sentry/browser": "^7.1.1", | ||
"@sentry/cli": "^2.0.2", | "@sentry/cli": "^2.0.2", | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | "@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/chai": "^4.3.12", | |||
"@types/dompurify": "^3.0.0", | "@types/dompurify": "^3.0.0", | ||
"@types/escape-html": "^1.0.1", | "@types/escape-html": "^1.0.1", | ||
"@types/hammerjs": "^2.0.41", | "@types/hammerjs": "^2.0.41", | ||
... | @@ -35,6 +36,7 @@ | ... | @@ -35,6 +36,7 @@ |
"@types/scroll-into-view": "^1.16.0", | "@types/scroll-into-view": "^1.16.0", | ||
"@types/shallowequal": "^1.1.1", | "@types/shallowequal": "^1.1.1", | ||
"@types/showdown": "^2.0.0", | "@types/showdown": "^2.0.0", | ||
"@types/sinon": "^17.0.3", | |||
"@typescript-eslint/eslint-plugin": "^7.0.1", | "@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | "@typescript-eslint/parser": "^7.0.1", | ||
"approx-string-match": "^2.0.0", | "approx-string-match": "^2.0.0", | ||
... | ... |
src/types/assert.d.ts
0 → 100644
Please register or sign in to comment