eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Rethink ignore flag for formatter #33

Closed eibens closed 2 years ago

eibens commented 2 years ago

Usually, the deps should be ignored by the linter so that external files won't cause warnings. But the formatter should be applied. Right now both are controlled by a single flag, which means we cannot ignore it for the linter, but use it for the formatter.

eibens commented 2 years ago

Not sure whether this is really useful. I cannot remember the reason why deps should be ignored. The linter would not check imported files anyways and there should be no issues. Closing for now.