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
- Host: GitHub
- URL: https://github.com/litert/eslint-rules.js
- Owner: litert
- Created: 2022-09-06T10:42:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T15:02:14.000Z (4 months ago)
- Last Synced: 2026-03-31T16:38:42.776Z (4 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
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.