Files
deck/cypress/.eslintrc.js
Simon Hötten 584675db21 add eslint for cypress tests
Signed-off-by: Simon Hötten <s+git@hoetten.org>
2022-12-30 14:43:11 +01:00

6 lines
69 B
JavaScript

module.exports = {
extends: [
'plugin:cypress/recommended',
],
}