mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
build: Update ESLint to v9 (#16639)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/index.js b/index.js
|
||||
index b054bc7cbe742e8948e62dc3fdbaba9080e4aee1..7327ad02b48b3746cba93e0317ed190e61886888 100644
|
||||
--- a/index.js
|
||||
+++ b/index.js
|
||||
@@ -7,7 +7,7 @@ const { findUp } = require('./findUp');
|
||||
const found = findUp('.npmrc', __dirname);
|
||||
const rootDir = path.dirname(found);
|
||||
|
||||
-const localRulesPath = path.resolve(rootDir, 'packages', '@n8n_io', 'eslint-config', 'local-rules.js')
|
||||
+const localRulesPath = path.resolve(rootDir, 'packages', '@n8n', 'eslint-config', 'local-rules.js')
|
||||
const rules = require(localRulesPath);
|
||||
|
||||
if (!rules) {
|
||||
Reference in New Issue
Block a user