gamebrary/tests/e2e/.eslintrc.js
2022-04-12 14:45:08 -07:00

12 lines
150 B
JavaScript

module.exports = {
plugins: [
'cypress',
],
env: {
mocha: true,
'cypress/globals': true,
},
rules: {
strict: 'off',
},
};