summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-17 18:00:34 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-17 18:00:34 +0530
commit9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab (patch)
treed490bf734f68cd1f6ef9b64ff4ea7654ef8fcc60 /.eslintrc.js
parent50550da3c2acde7aebff13018b64c7957b0bc9b2 (diff)
downloadwallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.tar.gz
wallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.tar.bz2
wallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.zip
upgrade rollup; bundle TS directlyv0.7.1-dev.9
This also resolves a problem where symbols weren't exported correctly for the Android wallet-core bundle
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
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",