Skip to content

Commit

Permalink
Use Olso, Vitest and ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Apr 1, 2024
1 parent 090e78f commit 42c3e3d
Show file tree
Hide file tree
Showing 13 changed files with 6,864 additions and 14,472 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = {
root: true,
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint", "unicorn", "jest"],
plugins: ["@typescript-eslint", "unicorn"],
extends: [
"plugin:unicorn/recommended",
"plugin:@typescript-eslint/recommended",
Expand Down
20 changes: 0 additions & 20 deletions config/jest.config.ts

This file was deleted.

25 changes: 0 additions & 25 deletions config/jest/babel.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions config/jest/setup.ts

This file was deleted.

Loading

0 comments on commit 42c3e3d

Please sign in to comment.