Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fulldream/eslint-plugin-enforce-es-private
- Owner: FullDream
- License: mit
- Created: 2024-10-22T14:48:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:41:11.000Z (3 months ago)
- Last Synced: 2024-10-25T07:32:52.803Z (3 months ago)
- Topics: ecmascript, eslint, eslint-plugin, plugin, typescript, typescript-eslint
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```