@code-quality/eslint-config-functional

1.0.0 • Public • Published

Actions Status Dependabot Mergify Status

Eslint Config Functional

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-functional -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: [
    // ... (base eslint config)
    '@code-quality/eslint-config-functional',
  ],
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

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

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

5.89 kB

Total Files

12

Last publish

Collaborators

  • michal.jarnot