fix lint and tests

This commit is contained in:
Jason Hunter
2021-06-10 15:52:22 -04:00
committed by Blake Blackshear
parent b70c11e7a7
commit da8e54ed51
5 changed files with 24 additions and 25 deletions

View File

@@ -118,7 +118,7 @@ module.exports = {
'import/no-unresolved': 'error',
'react-hooks/exhaustive-deps': 'error',
// 'react-hooks/exhaustive-deps': 'error',
'jest/consistent-test-it': ['error', { fn: 'test' }],
'jest/no-test-prefixes': 'error',