Skip to content

chore: linter fixes independent of linter addition - #74

Merged
robsimmons merged 2 commits into
mainfrom
push-lsmqtvppxwon
Aug 7, 2026
Merged

chore: linter fixes independent of linter addition#74
robsimmons merged 2 commits into
mainfrom
push-lsmqtvppxwon

Conversation

@robsimmons

@robsimmons robsimmons commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

small changes I wanted to pull out of an add-linter-rules pr:

  • Revert an incorrect change to vscode.proposed.extensionsAny.d.ts
  • Remove an unnecessary intermediate as unknown annotation in collab.test.ts
  • Add separate prettier, prettier:fix, and lint:fix top-level npm run rules
  • eslint should ignore vendored dependencies because the warnings are misleading
  • fixable eslint warning in my hmr script

@robsimmons
robsimmons merged commit 60ba089 into main Aug 7, 2026
1 check passed
@robsimmons
robsimmons deleted the push-lsmqtvppxwon branch August 7, 2026 01:15
Comment thread eslint.config.mjs
'build/',
'next-env.d.ts',
'branch-*/',
// Ignore vendored microsoft/vscode typing files

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI textDocumentChangeReason isn't vendored, it's a custom extension we patch into code-server

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.

2 participants