Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.42 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.42 KB

ESLint Plugin Remeda

ESLint plugin for Remeda.

Installation

First, you'll first need to install ESLint:

npm add eslint -D

Next, install eslint-plugin-remeda:

npm add eslint-plugin-remeda -D

Preamble

This plugin was originally derived from eslint-plugin-lodash-f (fork of eslint-plugin-lodash) and used that as a base to build upon.

Rules

Enable all of the rules that you would like to use. All rules are off by default, unless you use one of the plugin's configurations which turn all relevant rules on.

Contributing

Contributions are always welcome! For more info, read our contribution guide.