Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
prettier, lint, cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroHryshyn committed Jan 29, 2024
1 parent 8d5c581 commit aca83bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"INTC",
"INTJ",
"INTE",
"Crossplatform"
"Crossplatform",
"nodir"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getFilteredOptions = (
allOptions: ReadonlyArray<string>,
value: string,
) => {
// ignores slashes at the beginning, ignores whitespaces
// ignores slashes at the beginning, ignores whitespace
const trimmedLowerCaseValue = value
.replace(/^[/\\]+/, '')
.trim()
Expand Down
4 changes: 0 additions & 4 deletions src/components/webview/MainProvider.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import areEqual from 'fast-deep-equal';
import { relative, join, sep } from 'node:path';
import { glob } from 'glob';

import {
Expand Down Expand Up @@ -567,9 +566,6 @@ export class MainViewProvider implements WebviewViewProvider {
if (
message.kind === 'webview.global.setCodemodArgumentsPopupHashDigest'
) {
if (this.__directoryPaths === null) {
}

this.__store.dispatch(
actions.setCodemodArgumentsPopupHashDigest(message.hashDigest),
);
Expand Down

0 comments on commit aca83bd

Please sign in to comment.