mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-08 15:23:38 +00:00
Adjust to better match existing conventions
This commit is contained in:
+7
-1
@@ -9,5 +9,11 @@ module.exports = {
|
||||
parserOptions: {
|
||||
ecmaVersion: 13,
|
||||
},
|
||||
rules: {},
|
||||
rules: {
|
||||
'import/no-extraneous-dependencies': 0,
|
||||
'no-unused-vars': ['error', { args: 'none' }],
|
||||
'no-console': 'off',
|
||||
'no-alert': 'off',
|
||||
'no-plusplus': 'off',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user