|
|
@ -16,11 +16,11 @@ module.exports = {
|
|
|
|
'no-unreachable': 2,
|
|
|
|
'no-unreachable': 2,
|
|
|
|
'valid-typeof': 2,
|
|
|
|
'valid-typeof': 2,
|
|
|
|
'quote-props': [2, 'as-needed'],
|
|
|
|
'quote-props': [2, 'as-needed'],
|
|
|
|
'one-var': [2, 'never'],
|
|
|
|
|
|
|
|
'prefer-arrow-callback': 2,
|
|
|
|
'prefer-arrow-callback': 2,
|
|
|
|
'prefer-const': [2, { destructuring: 'all' }],
|
|
|
|
'prefer-const': [2, { destructuring: 'all' }],
|
|
|
|
'arrow-spacing': 2,
|
|
|
|
'arrow-spacing': 2,
|
|
|
|
'no-inner-declarations': 0,
|
|
|
|
'no-inner-declarations': 0,
|
|
|
|
|
|
|
|
'one-var': 'off',
|
|
|
|
'require-atomic-updates': 'off',
|
|
|
|
'require-atomic-updates': 'off',
|
|
|
|
'@typescript-eslint/indent': 'off',
|
|
|
|
'@typescript-eslint/indent': 'off',
|
|
|
|
'@typescript-eslint/camelcase': 'off',
|
|
|
|
'@typescript-eslint/camelcase': 'off',
|
|
|
|