sveak-chrome-extension/popup/tests/e2e/.eslintrc.js
2021-03-03 18:22:44 +07:00

13 lines
145 B
JavaScript

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