Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
karelianpie authored and Majorfi committed May 10, 2023
1 parent 8940e7f commit 2f1f356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
preset: 'ts-jest',
testEnvironment: 'node'
};
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@
"next.config.js",
"theme.config.js",
".eslintrc.js",
".next/types/**/*.ts"]
".next/types/**/*.ts",
"jest.config.js"
]
}

1 comment on commit 2f1f356

@vercel
Copy link

@vercel vercel bot commented on 2f1f356 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.