weblinks/tests/cypress/.eslinitrc.js

13 lines
150 B
JavaScript

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