Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fulldream/eslint-plugin-enforce-es-private

An ESLint plugin to enforce the use of native ES private fields ('#') instead of the 'private' modifier in TypeScript.
https://github.com/fulldream/eslint-plugin-enforce-es-private

ecmascript eslint eslint-plugin plugin typescript typescript-eslint

Last synced: about 1 month ago
JSON representation

An ESLint plugin to enforce the use of native ES private fields ('#') instead of the 'private' modifier in TypeScript.

Awesome Lists containing this project

README

        

# eslint-plugin-enforce-es-private

An ESLint plugin to enforce the use of native ES private fields (`#`) instead of the `private` modifier in TypeScript.

## Installation

```bash
npm install eslint-plugin-enforce-es-private --save-dev
```