mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Allow eslint-config to be externally consumable (#6694)
* feat: Allow `eslint-config` to be externally consumable * refactor: Adjust import styles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { sharedOptions } = require('@n8n_io/eslint-config/shared');
|
||||
const sharedOptions = require('@n8n_io/eslint-config/shared');
|
||||
|
||||
/**
|
||||
* @type {import('@types/eslint').ESLint.ConfigData}
|
||||
|
||||
Reference in New Issue
Block a user