add eslint for cypress tests

Signed-off-by: Simon Hötten <s+git@hoetten.org>
This commit is contained in:
Simon Hötten
2022-11-10 21:03:20 +01:00
committed by Julius Härtl
parent 50ca4de351
commit 584675db21
8 changed files with 42 additions and 10 deletions

5
cypress/.eslintrc.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
extends: [
'plugin:cypress/recommended',
],
}