From 9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 17 Jul 2020 18:00:34 +0530 Subject: upgrade rollup; bundle TS directly This also resolves a problem where symbols weren't exported correctly for the Android wallet-core bundle --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 102bc223a..407115ac4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = { "@typescript-eslint/camelcase": "off", "@typescript-eslint/ban-ts-ignore": "off", "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-unused-vars": ["warn", { args: "none" }], "@typescript-eslint/explicit-function-return-type": [ "warn", -- cgit v1.2.3