Skip to content

Commit fd1ffd2

Browse files
chore(mergeProps.spec): add 'eslint-disable @typescript-eslint/no-explicit-any' (#190)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent 42b54ab commit fd1ffd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/mergeProps/mergeProps.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-explicit-any */
12
import { describe, expect, it } from 'vitest';
23

34
import { mergeProps } from './mergeProps.ts';

0 commit comments

Comments
 (0)