2.0.1 • Published 6 months ago

@figuredev/eslint-config-node v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Eslint configuration (Node.js)

Eslint configuration for our Node.js applications.

Usage

First install the package and its peer dependencies

yarn add -D @figuredev/eslint-config-node

Next add it under eslintConfig key to your package.json or add it to your existing eslint config.

// package.json
{
  // ...
  "eslintConfig": {
    "extends": "@figuredev/eslint-config-node"
  }
}

Development

To release your changes run:

yarn release