@code-quality/eslint-config-ramda

1.0.0 • Public • Published

Actions Status

Eslint Config Ramda

eslint shareable config to help you identify and report on patterns found in your code in typescript applications.

Plugins

This configuration uses the following plugins:

Install

$ yarn add @code-quality/eslint-config-ramda -D

Usage

The shareable config can be configured in the eslint configuration file:

Create a .eslintrc.js file with the following contents:

module.exports = {
  extends: [
    // ...
    '@code-quality/eslint-config-ramda',
  ],
}

Package Sidebar

Install

npm i @code-quality/eslint-config-ramda

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

5.52 kB

Total Files

10

Last publish

Collaborators

  • michal.jarnot