Skip to content

Commit 78b0412

Browse files
update dependencies
1 parent bc85202 commit 78b0412

File tree

3 files changed

+1129
-1046
lines changed

3 files changed

+1129
-1046
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@
6868
"message": "Do not strictly check typeof undefined (NOTE: currently this rule only detects the usage of 'undefined' string literal so this could be a misfire)"
6969
}
7070
]
71+
,
72+
"@typescript-eslint/no-unused-expressions": "off",
73+
"@typescript-eslint/no-require-imports": "off"
7174
}
7275
}

0 commit comments

Comments
 (0)