clear-wallet/tests/e2e/.eslintrc.js

13 lines
145 B
JavaScript

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