Skip to content

Commit 76dcdc6

Browse files
authored
Merge pull request #3 from roberts/dev
Basic Swap Functionality
2 parents 9da9323 + 21e446a commit 76dcdc6

34 files changed

+7527
-7556
lines changed

eslint.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ const eslintConfig = [
5252
// Typescript
5353
"@typescript-eslint/no-unused-vars": "warn",
5454
"@typescript-eslint/no-explicit-any": "warn",
55+
"@typescript-eslint/no-wrapper-object-types": "warn",
56+
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
57+
"ts-ignore": "allow-with-description", // allows @ts-ignore without a description
58+
"ts-expect-error": "allow-with-description",
5559

5660
// General
5761
"no-console": ["warn", { allow: ["warn", "error"] }],

0 commit comments

Comments
 (0)