Skip to content

Commit 0c44930

Browse files
committed
Just no
1 parent 1838990 commit 0c44930

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"plugin:import/typescript"
6666
],
6767
"rules": {
68+
"@typescript-eslint/prefer-optional-chain": "off",
69+
"@typescript-eslint/no-explicit-any": "off",
70+
"@typescript-eslint/no-unsafe-member-access": "off",
6871
"@typescript-eslint/prefer-includes": "off",
6972
"import/prefer-default-export": "off",
7073
"import/no-unassigned-import": "off",

src/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const TEXT_NODE = 3
44

55
function jestFakeTimersAreEnabled() {
66
/* istanbul ignore else */
7+
// eslint-disable-next-line
78
if (typeof jest !== 'undefined' && jest !== null) {
89
return (
910
// legacy timers

0 commit comments

Comments
 (0)