Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 327 Bytes

LaunchWare's eslint-config-node

This is the default eslint configuration for LaunchWare's Node projects.

Installation

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

Usage

You need to add the following to your .eslintrc (or equivalent) file:

{
  "extends": "@launchware/eslint-config-node"
}