0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 17:12:45 +00:00

add and setup jest-expect-message library

This commit is contained in:
Gazook89
2023-04-04 15:01:23 -05:00
parent 333525d9ab
commit e5377c1939
3 changed files with 22 additions and 12 deletions

View File

@@ -24,6 +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 }],
/** Warnings **/
'max-lines' : ['warn', {