JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18579
  • Score
    100M100P100Q140233F
  • License MIT

ESLint plugin for Remeda library.

Package Exports

  • eslint-plugin-remeda
  • eslint-plugin-remeda/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-plugin-remeda) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🚧 UNDER CONSTRUCTION 🚧

This library is still under construction. Don't use this in production yet. If you want to contribute, look at the open issues.

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.