Skip to content

Additional rules to consider #52

@ThisIsMissEm

Description

@ThisIsMissEm

The following two rules have popped up a few times in various other package's custom eslint configs, they might be worth adding to core:

// There's a TypeScript-specific version of this rule;
// we disable the generic one, because it thinks imported types are unused
// when they're not:
"no-unused-vars": "off",
"@typescript-eslint/no-floating-promises": "error",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions