Skip to content

Define eslint rules for Closure Compiler externs #4

@Robbert

Description

@Robbert

We need to prevent unwanted errors for the extern definition files. So far I have discovered:

  • we need to disable the environment variables, because nothing "exists" yet
  • we need to disable warnings for unused variables, because this would trigger warnings for every argument of every dummy function declaration
  • "use strict" makes no sense in these files (I suspect), disallow it.

Worries:

  • there are dependencies between extern files, I suspect there might be a problem there

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions