Skip to content

litert/eslint-rules.js

Repository files navigation

@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.