karolskolasinski
karolskolasinski13mo ago

How to exclude folder from deno lint

I use WebStorm. How to exclude specific folder from deno lint? Is it possible in WebStorm? It is possible in VSC. I am sure the config file (deno.jsonc) is read properly.
2 Replies
reed
reed13mo ago
https://deno.land/manual@v1.35.1/getting_started/configuration_file#lint Not sure about webstorm, but the exclude option does exist
Deno
Configuration file | Manual | Deno
Deno supports a configuration file that allows you to customize the built-in TypeScript compiler, formatter, and linter.
karolskolasinski
karolskolasinski13mo ago
Not working in webstorm, or I'm doing something wrong. Can enyone confirm it works in webstorm?