aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-07-22 00:02:15 +0200
committerGitHub <[email protected]>2023-07-22 00:02:15 +0200
commit9a2f74a2f602c0cbbe03beaacccd8881605b2f23 (patch)
tree3843fc671a72fe6b70662ac67fd58df00d7d608c /test
parent37898ca78bae0a516a03c4ecd053bfab523df2ed (diff)
downloadfaker-9a2f74a2f602c0cbbe03beaacccd8881605b2f23.tar.xz
faker-9a2f74a2f602c0cbbe03beaacccd8881605b2f23.zip
chore(deps): update typescript-eslint to v6 (major) (#2259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/vitest-extensions.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/vitest-extensions.ts b/test/vitest-extensions.ts
index d8b2f773..c241fcf9 100644
--- a/test/vitest-extensions.ts
+++ b/test/vitest-extensions.ts
@@ -23,8 +23,6 @@ interface CustomMatchers {
}
declare module 'vitest' {
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Assertion extends CustomMatchers {}
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
interface AsymmetricMatchersContaining extends CustomMatchers {}
}