0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 14:42:40 +00:00

Simplify dropdown & convert to Functional Component

This commit is contained in:
Trevor Buckner
2023-07-07 20:38:56 -04:00
parent 0d44e1778f
commit 48474c6f7b
3 changed files with 44 additions and 64 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
rules : {
/** Errors **/
'camelcase' : ['error', { properties: 'never' }],
'func-style' : ['error', 'expression', { allowArrowFunctions: true }],
//'func-style' : ['error', 'expression', { allowArrowFunctions: true }],
'no-array-constructor' : 'error',
'no-iterator' : 'error',
'no-nested-ternary' : 'error',