mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)
This commit is contained in:
@@ -77,8 +77,7 @@ export default defineComponent({
|
||||
cursor +=
|
||||
segment.kind === 'plaintext'
|
||||
? segment.plaintext.length
|
||||
: // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
segment.resolved
|
||||
: segment.resolved
|
||||
? (segment.resolved as any).toString().length
|
||||
: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user