n8n/packages/editor-ui/tests/e2e/.eslintrc.js
कारतोफ्फेलस्क्रिप्ट™ 69eb97999d
fix(eslint): setup eslint to run on every package - N8N-4553 (#4050)
* fix(eslint): setup eslint to run on every package

Also, unify eslint config and dependencies into a private package in the workspace.
2022-09-12 11:41:50 +02:00

9 lines
80 B
JavaScript

module.exports = {
env: {
mocha: true,
},
rules: {
strict: 'off',
},
};