@litert/eslint-plugin-rules
v0.2.5
Published
The custom ESLint rules for LiteRT projects
Downloads
121
Maintainers
Readme
@litert/eslint-plugin-rules
The customized ESLint rules insides LiteRT ORG.
Installation
npm i --save-dev @litert/eslint-plugin-rules
Usage
Just put these configuration file eslint.config.js
in the root of your project.
Customized rules
@litert/general/disable-for-each-method
Disabling the method
Array.prototype.forEach
.
Click here to read the default rules.