Skip to content

Commit c7c949b

Browse files
committed
Fix another eslint issue
1 parent 684d897 commit c7c949b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vscode-wpilib/src/dependencyView.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { IProjectInfo, ProjectInfoGatherer } from './projectinfo';
66
import { IJsonDependency } from './shared/vendorlibrariesbase';
77
import { VendorLibraries } from './vendorlibraries';
88
import { isNewerVersion } from './versions';
9-
// @ts-ignore
10-
import elements from '!!raw-loader!@vscode-elements/elements/dist/bundled.js';
9+
1110
export interface IJsonList {
1211
path: string;
1312
name: string;

0 commit comments

Comments
 (0)