Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Oct 25, 2023
1 parent 8af71dc commit bf7f760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/language-server/src/configuration.ts
@@ -1,6 +1,6 @@
import { toArray } from '@unocss/core'
import type { AutoCompleteMatchType } from '@unocss/autocomplete'
import { type Connection, type Disposable } from 'vscode-languageserver'
import type { Connection, Disposable } from 'vscode-languageserver'
import type { Emitter } from './integration'
import { createNanoEvents } from './integration'
import type { ConfigurationService } from './types'
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -15,8 +15,8 @@
"@unocss/extractor-pug": ["./packages/extractor-pug/src/index.ts"],
"@unocss/extractor-svelte": ["./packages/extractor-svelte/src/index.ts"],
"@unocss/inspector": ["./packages/inspector/node/index.ts"],
"@unocss/language-server":[ "./packages/language-server/src/index.ts"],
"@unocss/language-client":[ "./packages/language-client/src/index.ts"],
"@unocss/language-server": ["./packages/language-server/src/index.ts"],
"@unocss/language-client": ["./packages/language-client/src/index.ts"],
"@unocss/postcss": ["./packages/postcss/src/index.ts"],
"@unocss/preset-attributify": ["./packages/preset-attributify/src/index.ts"],
"@unocss/preset-icons": ["./packages/preset-icons/src/index.ts"],
Expand Down

0 comments on commit bf7f760

Please sign in to comment.