For more detail, run .

    For a complete list of supported rules visit .

    Files

    Ignore directive must be placed before first statement or declaration:

    You can also ignore certain diagnostics in the whole file

    Diagnostics

    Starting with Deno v1.14 a linter can be customized using either a configuration file or following CLI flags:

    • --rules-include - List of rule names that will be run. Even if the same rule is in exclude it will be run.