chore: remove duplicate key from eslintrc

Future eslint fails on duplicates
master
Jason Staten 3 years ago
parent 2f94c933e0
commit 00c16da0f8

@ -14,7 +14,6 @@ module.exports = {
'linebreak-style': ['error', 'unix'],
'no-console': ['error', {allow: ['warn', 'error']}],
'no-shadow': 'error',
'no-duplicate-imports': 'error',
'no-var': 'error',
'prefer-const': 'error',
'object-shorthand': 'error',

Loading…
Cancel
Save