Skip to content

Conversation

@llbbl
Copy link

@llbbl llbbl commented Jan 15, 2026

Summary

Changes

  • Fixed indentation in NoteParser.ts line 164 (ESLint error)
  • Fixed BacklinksTreeDataProvider.ts EventEmitter type to allow undefined for fire() call
  • Updated @types/node from v11 to v18 (Buffer type compatibility)
  • Updated @types/glob from v7 to v8 and glob from v7 to v9 (minimatch compatibility)

Test plan

  • npm run lint passes
  • npm run compile passes
  • npm run test passes (25 tests)

Resolves issue kortina#139 by fixing ESLint indentation errors and resolves
the broken build on master by updating dependencies and fixing type issues.

### Fixes
- Fixed indentation in NoteParser.ts line 164 (ESLint error from kortina#139)
- Fixed BacklinksTreeDataProvider.ts EventEmitter type to allow undefined for fire() call
- Updated @types/node from v11 to v18 to fix Buffer type compatibility issues
- Updated @types/glob from v7 to v8 and glob from v7 to v9 to fix minimatch compatibility
@llbbl
Copy link
Author

llbbl commented Jan 15, 2026

happy to work on other issues that have been posted but need this one in master so its stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Eslint throws errors. Add lint to CI?

1 participant