vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Allow Using Linter With deno.enable: false

Open Barzi-Ahmed opened this issue 5 months ago • 0 comments

Hello,

I want to use Deno linter and Deno VSCode plugin for linting my project, but the problem is my project is not Deno, it is node and bun. I just want to make use of Deno's linter in this VSCode plugin without getting deno syntax errors like when I use import from path.

So, I want to make deno.enable: false but still be able to use the linter.

P.S. AFAIK I can use deno formatter from this vscode plugin formatter fine.

Thank you and great project by the way.

Barzi-Ahmed avatar Feb 02 '24 19:02 Barzi-Ahmed