Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 931 Bytes

ttgint/eslint-config

npm Build Status Greenkeeper badge

ESLint config for Node.js projects

Installation

npm i eslint prettier @ttgint/eslint-config --save-dev

Setup

Add the config to either the package.json:

{
  "eslintConfig": {
    "extends": "@ttgint"
  }
}

or to the .eslintrc

{
  "extends": "@ttgint"
}

Acknowledgments