Enable more type checking settings

This commit is contained in:
Jamie Kyle
2024-10-08 15:03:19 -07:00
committed by GitHub
parent 0e386ef705
commit dbf057856f
6 changed files with 367 additions and 70 deletions

View File

@@ -22,7 +22,7 @@ import { useGlobalModalActions } from '../ducks/globalModals';
import { useLightboxActions } from '../ducks/lightbox';
import { useStoriesActions } from '../ducks/stories';
export { Contact } from '../../components/conversation/MessageDetail';
export type { Contact } from '../../components/conversation/MessageDetail';
export type OwnProps = Pick<
MessageDetailProps,
'contacts' | 'errors' | 'message' | 'receivedAt'

View File

@@ -15,6 +15,34 @@
"updated": "2018-09-18T19:19:27.699Z",
"reasonDetail": "Part of runtime library for C++ transpiled code"
},
{
"rule": "eval",
"path": "node_modules/@cspotcode/source-map-support/source-map-support.js",
"line": " // Most eval() calls are in this format",
"reasonCategory": "usageTrusted",
"updated": "2024-09-26T18:39:25.816Z"
},
{
"rule": "eval",
"path": "node_modules/@cspotcode/source-map-support/source-map-support.js",
"line": " // Parse nested eval() calls using recursion",
"reasonCategory": "usageTrusted",
"updated": "2024-09-26T18:39:25.816Z"
},
{
"rule": "eval",
"path": "node_modules/@cspotcode/source-map-support/source-map-support.js",
"line": " // passed to eval() ending in \"//# sourceURL=...\" will return the source file",
"reasonCategory": "usageTrusted",
"updated": "2024-09-26T18:39:25.816Z"
},
{
"rule": "eval",
"path": "node_modules/@cspotcode/source-map-support/source-map-support.js",
"line": " // Code called using eval() needs special handling",
"reasonCategory": "usageTrusted",
"updated": "2024-09-26T18:39:25.816Z"
},
{
"rule": "eval",
"path": "node_modules/@jest/fake-timers/node_modules/@sinonjs/commons/lib/function-name.test.js",