Skip to content

Remove remaining uses of null #8816

Closed
Closed
@ghost

Description

Linting (#8810) has revealed some remaining uses of null.

  • ruleOperation.ts: Context and Action may be null
  • rulesMap.ts: GetRule may return null
  • rulesProvider.ts: has a check for == null that could maybe be === undefined.

Don't forget to remove /* tslint:disable:no-null-keyword */ lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptInfrastructureIssue relates to TypeScript team infrastructure

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions