pull/4925/head
pushkine 5 years ago
parent 0da70f46b9
commit 2884d4b2ae

@ -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',

Loading…
Cancel
Save