n8n/packages/editor-ui/tests/e2e/.eslintrc.js
2019-06-23 12:35:23 +02:00

13 lines
136 B
JavaScript

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