Skip to content

Commit 11559c0

Browse files
fix: temp build errors
1 parent a86fe00 commit 11559c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ const eslintConfig = [
1717
"@typescript-eslint/no-unsafe-assignment": "off",
1818
"@typescript-eslint/no-unsafe-member-access": "off",
1919
"@typescript-eslint/no-unsafe-call": "off",
20-
"@typescript-eslint/no-unsafe-return": "off"
20+
"@typescript-eslint/no-unsafe-return": "off",
21+
"@typescript-eslint/no-unused-vars": ["error", {
22+
"varsIgnorePattern": "^(ERC725|encodeFunctionData|APPAREL_SIZE_SCHEMA|RPC_ENDPOINT_TESTNET|RPC_ENDPOINT_MAINNET)$"
23+
}]
2124
}
2225
}
2326
];

0 commit comments

Comments
 (0)