0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

Undo change to eslintrc

This commit is contained in:
Trevor Buckner
2023-04-10 10:46:42 -04:00
parent 8b8388391c
commit ebf9cf9364

View File

@@ -24,7 +24,7 @@ module.exports = {
'react/jsx-no-bind' : ['error', { allowArrowFunctions: true }],
'react/jsx-uses-react' : 'error',
'react/prefer-es6-class' : ['error', 'never'],
// 'jest/valid-expect' : ['error', { maxArgs: 2 }],
'jest/valid-expect' : ['error', { maxArgs: 2 }],
/** Warnings **/
'max-lines' : ['warn', {