An open API service indexing awesome lists of open source software.

https://github.com/litert/eslint-rules.js

The custom ESLint rules for LiteRT projects
https://github.com/litert/eslint-rules.js

Last synced: 4 months ago
JSON representation

The custom ESLint rules for LiteRT projects

Awesome Lists containing this project

README

          

# @litert/eslint-plugin-rules

The customized ESLint rules insides LiteRT ORG.

## Installation

```sh
npm i --save-dev @litert/eslint-plugin-rules
```

## Usage

Just put these configuration file [`eslint.config.js`](./example-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](./lib/configs/typescript.js) to read the default rules.