chore(dev): eslint import rules

---

Co-authored-by: @schowdhuri 
Reviewed-by: @schowdhuri
This commit is contained in:
Ahmed Bouhuolia 2022-06-03 20:30:55 +02:00 committed by GitHub
parent ec2193b460
commit 07a984bb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
129 changed files with 337 additions and 170 deletions

View file

@ -16,8 +16,8 @@
/* eslint-disable @typescript-eslint/no-namespace,@typescript-eslint/no-explicit-any */
import { expect } from "vitest";
import type { TestingLibraryMatchers } from "@testing-library/jest-dom/matchers";
import matchers from "@testing-library/jest-dom/matchers";
import type { TestingLibraryMatchers } from "@testing-library/jest-dom/matchers";
declare global {
namespace Vi {