mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-08 07:13:39 +00:00
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:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user