How to disable eslint in deno project? #28913
Unanswered
alita-moore
asked this question in
Q&A
Replies: 1 comment
-
Eslint has a configuration option to ignore/exclude files from being linted. Use that to exclude the deno package folder. See https://eslint.org/docs/latest/use/configure/ignore |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we use eslint for managing / linting our non-deno packages, but deno lint for our deno package. Do you know how to disable eslint in vscode so that it doesn't raise errors in deno proejcts?
Beta Was this translation helpful? Give feedback.
All reactions