n8n/packages/editor-ui/tests/e2e/.eslintrc.js

13 lines
136 B
JavaScript
Raw Normal View History

2019-06-23 03:35:23 -07:00
module.exports = {
plugins: [
'cypress',
],
env: {
mocha: true,
'cypress/globals': true,
},
rules: {
strict: 'off',
},
};