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:
Iván Ovejero
2023-07-19 09:35:10 +02:00
committed by GitHub
parent 0a31b8e2b4
commit 3566c13afc
9 changed files with 9 additions and 9 deletions

View File

@@ -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}