Skip to content

Migrate all TypeScript private properties to JavaScript private properties (#) #142

@NachoVazquez

Description

@NachoVazquez

The Problem

Most private properties of the project are using the Typescript private indicator instead of the native ES private properties (#).

ESLint private properties are better for libraries since they actually prohibit consumers from accessing the properties, even at runtime. This prevents unwanted dependencies on library internals.

Acceptance Criteria

Migrate all Typescript private properties to ESLint private properties.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions