eslint-plugin-enforce-es-private
v1.0.0-alpha.1
Published
An ESLint plugin to enforce the use of native ES private fields ('#') instead of the 'private' modifier in TypeScript.
Downloads
22
Maintainers
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
npm install eslint-plugin-enforce-es-private --save-dev