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 0e66d73
Show file tree
Hide file tree
Showing 318 changed files with 5,591 additions and 5,011 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 0e66d73

Please sign in to comment.