update config

This commit is contained in:
Ulf Gebhardt 2023-03-12 02:11:54 +01:00
parent 7345ebb386
commit 193da5fd0f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -17,10 +17,10 @@ module.exports = {
},
],
// jest
'jest/no-disabled-tests': 'off', // TODO
'jest/no-disabled-tests': 'error',
'jest/no-focused-tests': 'error',
'jest/no-identical-title': 'error',
'jest/prefer-to-have-length': 'warn',
'jest/prefer-to-have-length': 'error',
'jest/valid-expect': 'error',
},
overrides: [