Skip to content

Commit

Permalink
ran linter
Browse files Browse the repository at this point in the history
  • Loading branch information
g547315 committed Dec 15, 2023
1 parent 57d8170 commit b3c4237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/commands/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1342,10 +1342,10 @@ namespace Private {
*/
export const CHORD_TIMEOUT = 1000;

/**
/**
* The timeout in ms for triggering a modifer key binding.
*/
export const ModifierKey_TIMEOUT = 500;
export const ModifierKey_TIMEOUT = 500;

Check warning on line 1348 in packages/commands/src/index.ts

View workflow job for this annotation

GitHub Actions / build

Identifier 'ModifierKey_TIMEOUT' is not in camel case

Check warning on line 1348 in packages/commands/src/index.ts

View workflow job for this annotation

GitHub Actions / build

Identifier 'ModifierKey_TIMEOUT' is not in camel case

/**
* A convenience type alias for a command func.
Expand Down

0 comments on commit b3c4237

Please sign in to comment.