n8n/packages/frontend/@n8n/composables/.eslintrc.cjs

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

4 lines
136 B
JavaScript
Raw Normal View History

const { createFrontendEslintConfig } = require('@n8n/frontend-eslint-config');
module.exports = createFrontendEslintConfig(__dirname);