mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci(editor): Enfore stricter linting rules from eslint-plugin-vue (no-changelog) (#6242)
This commit is contained in:
committed by
GitHub
parent
8a8fed0840
commit
4b5cbe7750
@@ -1,13 +0,0 @@
|
||||
diff --git a/dist/rules/consistent-type-imports.js b/dist/rules/consistent-type-imports.js
|
||||
index 1844dc32b19d10abbe13556b9ee2f69c0aabac05..01320c5212fd61e08ca8a438db3ccd59949f9421 100644
|
||||
--- a/dist/rules/consistent-type-imports.js
|
||||
+++ b/dist/rules/consistent-type-imports.js
|
||||
@@ -81,6 +81,8 @@ exports.default = util.createRule({
|
||||
ImportDeclaration(node) {
|
||||
var _a;
|
||||
const source = node.source.value;
|
||||
+ if (source.endsWith('.vue')) return;
|
||||
+
|
||||
// sourceImports is the object containing all the specifics for a particular import source, type or value
|
||||
const sourceImports = (_a = sourceImportsMap[source]) !== null && _a !== void 0 ? _a : (sourceImportsMap[source] = {
|
||||
source,
|
||||
Reference in New Issue
Block a user