Skip to content

Commit

Permalink
Switch to Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeAbby committed Nov 10, 2023
1 parent b37e61b commit f3adef6
Show file tree
Hide file tree
Showing 319 changed files with 5,590 additions and 5,010 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: "./test-d/tsconfig.json",
project: "./tsconfig.eslint.json",
sourceType: "module",
},
plugins: ["@typescript-eslint", "eslint-plugin-tsdoc"],
Expand Down
Loading

0 comments on commit f3adef6

Please sign in to comment.