Skip to content

Commit

Permalink
chore: update and lint change
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Feb 5, 2025
1 parent be7fb10 commit 40f4282
Show file tree
Hide file tree
Showing 15 changed files with 6,220 additions and 4,278 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion client/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {updateStatusBar} from './status-bar';
import {xoRootCache} from './cache';
import {fixAllProblems} from './fix-all-problems';

let languageClient: LanguageClient;
const languageClient: LanguageClient | undefined = undefined;

const queue = new Queue({autostart: true, concurrency: 1});

Expand Down
Loading

0 comments on commit 40f4282

Please sign in to comment.