Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Apr 6, 2023
1 parent 72084dd commit ac1ad18
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 14 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ const config = {
project: path.join(__dirname, "tsconfig.json"),
},
plugins: ["@typescript-eslint"],
extends: ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
extends: [
"next/core-web-vitals",
"plugin:@typescript-eslint/recommended",
"plugin:jest-dom/recommended",
],
rules: {
"@typescript-eslint/consistent-type-imports": [
"error",
Expand Down
Loading

0 comments on commit ac1ad18

Please sign in to comment.