This commit is contained in:
Darren Clarke 2024-03-16 12:51:56 +01:00
parent c095fa7042
commit 43bfdaa1e3
186 changed files with 276 additions and 37155 deletions

View file

@ -1,9 +0,0 @@
const path = require("path");
module.exports = {
extends: ["plugin:cypress/recommended"],
plugins: ["cypress"],
env: {
"cypress/globals": true,
},
rules: {},
};