fix: TypeScript errors after upgrading SNJS

This commit is contained in:
Baptiste Grob
2021-01-11 17:42:35 +01:00
parent ff85c9c640
commit e1f590f2f0
3 changed files with 30 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
"rules": {
"standard/no-callback-literal": 0, // Disable this as we have too many callbacks relying on literals
"no-throw-literal": 0,
"no-console": "warn",
"no-console": "off",
"semi": 1,
"camelcase": "warn"
},