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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
80 B
JavaScript
Raw Normal View History

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