Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kvoon3 committed Aug 5, 2024
1 parent 65e3491 commit ee6af84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/configs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfigs } from 'reactive-vscode'
import { workspace } from 'vscode'
import type { ScopedConfigKeyTypeMap } from './generated/meta'

Check failure on line 2 in src/configs.ts

View workflow job for this annotation

GitHub Actions / typecheck

Cannot find module './generated/meta' or its corresponding type declarations.
import { scopedConfigs } from './generated/meta'

Check failure on line 3 in src/configs.ts

View workflow job for this annotation

GitHub Actions / typecheck

Cannot find module './generated/meta' or its corresponding type declarations.

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineExtension, useCommand, watch } from 'reactive-vscode'
import { defineExtension, useCommand } from 'reactive-vscode'
import { ConfigurationTarget, commands, workspace } from 'vscode'
import { logger } from './logger'
import type { VimKeybinding } from './types'
Expand Down

0 comments on commit ee6af84

Please sign in to comment.