1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-11 07:45:56 +00:00

Omit redundant property in eslintrc

This commit is contained in:
Rae Che
2018-05-27 11:56:51 +01:00
committed by Trevor Buckner
parent 15ac397b63
commit f806328e75

View File

@@ -44,7 +44,6 @@ module.exports = {
'arrow-parens' : ['warn', 'always'],
'brace-style' : ['warn', '1tbs', { allowSingleLine: true }],
'jsx-quotes' : ['warn', 'prefer-single'],
'linebreak-style' : ['warn', 'unix'],
'no-var' : 'warn',
'prefer-const' : 'warn',
'prefer-template' : 'warn',