chore(tests): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-08 16:32:11 +01:00
committed by Braks
parent 3f72713e3e
commit 870c8fd407
4 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
module.exports = {
extends: ['@tooling/eslint-config'],
plugins: ['chai-friendly'],
plugins: ['cypress'],
rules: {
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
'no-unused-expressions': 'off',
},
}