Skip to content

Commit

Permalink
chore: remove importsNotUsedAsValues
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 5, 2024
1 parent 47a4dcd commit 5622675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/css/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { CodeAction, Diagnostic, Disposable, DocumentSelector, FormattingOptions, LocationLink, ProviderResult, LanguageServiceContext, LanguageServicePlugin, LanguageServicePluginInstance } from '@volar/language-service';
import type { Disposable, DocumentSelector, FormattingOptions, LanguageServiceContext, LanguageServicePlugin, LanguageServicePluginInstance, LocationLink, ProviderResult } from '@volar/language-service';
import * as css from 'vscode-css-languageservice';
import { TextDocument } from 'vscode-languageserver-textdocument';
import { URI, Utils } from 'vscode-uri';
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"noUnusedParameters": true,
"esModuleInterop": false,
"forceConsistentCasingInFileNames": true,
"ignoreDeprecations": "5.0",
"importsNotUsedAsValues": "error",
},
"include": [ ],
}

0 comments on commit 5622675

Please sign in to comment.