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: 6 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:21:53.000Z (9 months ago)
- Last Synced: 2025-05-08T01:05:41.994Z (6 months ago)
- Topics: ecmascript, eslint, eslint-plugin, plugin, typescript, typescript-eslint
- Language: TypeScript
- Homepage:
- Size: 25.4 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
```