1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00
n8n/packages/editor-ui/tests/e2e/.eslintrc.js

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',
},
};