Mqx
Mqx9mo ago

Deno lint custom rules

Hey is there currently a way to create custom rules for Deno lint? And if so how can I specify a custom rule? If there is no way to create custom rules, can I use ESLint with Deno without having to install Node? And I know I can install ESLint as a global „script“ but that still requires Node to be installed. Thanks ~Mqx
2 Replies
marvinh.
marvinh.9mo ago
There is currently no API to add custom rules to deno lint afaik
Mqx
Mqx9mo ago
Okay. Is there a way to use ESLint with Deno without having to install Node?