Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit a1c2a05

Browse files
committed
Updated dependencies.
1 parent b4e313e commit a1c2a05

File tree

4 files changed

+990
-656
lines changed

4 files changed

+990
-656
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ module.exports = {
33
root: true,
44
parser: "@typescript-eslint/parser",
55
parserOptions: {
6+
ecmaVersion: "latest",
7+
sourceType: "module",
68
project: ["./src/tsconfig.json", "./__tests__/tsconfig.json"],
79
},
8-
plugins: ["@typescript-eslint", "prettier"],
10+
plugins: ["prettier"],
911
extends: [
1012
"eslint:recommended",
1113
"plugin:@typescript-eslint/strict-type-checked",

0 commit comments

Comments
 (0)