Skip to content

Commit b7d270d

Browse files
committed
chore: add vitest
1 parent 906a15d commit b7d270d

File tree

7 files changed

+7814
-4090
lines changed

7 files changed

+7814
-4090
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default tseslint.config(
4848
'@typescript-eslint/prefer-nullish-coalescing': 'off',
4949
'@typescript-eslint/no-unsafe-call': 'off',
5050
'@typescript-eslint/no-unsafe-member-access': 'off',
51+
'@typescript-eslint/no-unsafe-assignment': 'off',
5152
'@typescript-eslint/no-unused-vars': [
5253
'error',
5354
{

0 commit comments

Comments
 (0)