Eslint integration (#2885)

* eslint integration

* ci & pre commit

* dev

* dev

* dev
This commit is contained in:
Alexandr Garbuzov
2023-07-03 08:54:19 +02:00
committed by GitHub
parent de4efa9ea1
commit 6c92fe9d2a
26 changed files with 1677 additions and 229 deletions
+1
View File
@@ -2,6 +2,7 @@ import { queryByTestId } from "@testing-library/dom";
import "@testing-library/jest-dom";
import { cssToObject } from "@uppercod/css-to-object";
import { renderRepoCard } from "../src/cards/repo-card.js";
import { expect, it, describe } from "@jest/globals";
import { themes } from "../themes/index.js";