@@ -100,7 +100,8 @@
"rules": {
"no-unused-expressions": "off",
"prefer-arrow-callback": "off",
- "func-names": "off"
+ "func-names": "off",
+ "@typescript-eslint/ban-ts-comment": "off"
}
]