|
@@ -31,6 +31,7 @@ module.exports = {
|
|
|
],
|
|
],
|
|
|
'class-methods-use-this': 'off',
|
|
'class-methods-use-this': 'off',
|
|
|
'consistent-return': 'off',
|
|
'consistent-return': 'off',
|
|
|
|
|
+ 'func-names': 'off',
|
|
|
"global-require": 'off',
|
|
"global-require": 'off',
|
|
|
"key-spacing": [
|
|
"key-spacing": [
|
|
|
'error',
|
|
'error',
|
|
@@ -70,6 +71,7 @@ module.exports = {
|
|
|
],
|
|
],
|
|
|
'no-shadow': 'off',
|
|
'no-shadow': 'off',
|
|
|
'no-underscore-dangle': 'off',
|
|
'no-underscore-dangle': 'off',
|
|
|
|
|
+ 'no-useless-return': 'off',
|
|
|
"prefer-destructuring": 'off',
|
|
"prefer-destructuring": 'off',
|
|
|
"indent": [
|
|
"indent": [
|
|
|
"error",
|
|
"error",
|