additional linting rules

Mostly related to how Cue View involves dealing with byte data more frequently than ~~real apps~~ apparently
This commit is contained in:
sparks-alec
2022-02-14 03:22:29 -05:00
parent cdad432e30
commit 60664a5f78
+4
View File
@@ -16,5 +16,9 @@ module.exports = {
'no-alert': 'off',
'no-plusplus': 'off',
'import/extensions': 'off',
'prefer-destructuring': 'off',
'no-use-before-define': 'off',
'space-infix-ops': 'warn',
'no-bitwise': 'off',
},
};