Skip to content

Commit

Permalink
Disable line
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinBakalov committed Jul 4, 2024
1 parent 37355d1 commit e45327d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class HintLookup implements Disposable {
}

const localCategories = workspaceFolder
// @ts-ignore
// @ts-ignore eslint-disable-line

Check failure on line 117 in packages/node/vro-language-server/src/server/core/HintLookup.ts

View workflow job for this annotation

GitHub Actions / Build and Release

Insert `?·`
? _.flatMap(this.configs.local[workspaceFolder.uri.fsPath], pack => pack.categories) // eslint-disable-line
: []
const globalCategories = _.flatMap(this.configs.global, pack => pack.categories)
Expand Down

0 comments on commit e45327d

Please sign in to comment.