mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 05:52:46 +00:00
Omit redundant property in eslintrc
This commit is contained in:
@@ -44,7 +44,6 @@ module.exports = {
|
|||||||
'arrow-parens' : ['warn', 'always'],
|
'arrow-parens' : ['warn', 'always'],
|
||||||
'brace-style' : ['warn', '1tbs', { allowSingleLine: true }],
|
'brace-style' : ['warn', '1tbs', { allowSingleLine: true }],
|
||||||
'jsx-quotes' : ['warn', 'prefer-single'],
|
'jsx-quotes' : ['warn', 'prefer-single'],
|
||||||
'linebreak-style' : ['warn', 'unix'],
|
|
||||||
'no-var' : 'warn',
|
'no-var' : 'warn',
|
||||||
'prefer-const' : 'warn',
|
'prefer-const' : 'warn',
|
||||||
'prefer-template' : 'warn',
|
'prefer-template' : 'warn',
|
||||||
|
|||||||
Reference in New Issue
Block a user