Skip to content

Commit

Permalink
Remove redundant import.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Mar 8, 2024
1 parent e5fd8bb commit 9506c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/lint/configureLintingToolsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import * as fs from 'fs';
import * as path from 'path';
import { WorkspaceUtils } from '../../utils/workspaceUtils';
import { JSON_INDENTATION_SPACES } from '../../utils/constants';
import * as vscode from 'vscode';

const config = vscode.workspace.getConfiguration();
const config = workspace.getConfiguration();
const eslintPluginLwcGraphAnalyzer =
'@salesforce/eslint-plugin-lwc-graph-analyzer';
const eslintPluginLwcGraphAnalyzerConfig =
Expand Down

0 comments on commit 9506c7d

Please sign in to comment.