@ttgint/eslint-config

v1.4.0
ESLint config for Node.js projects

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

npm i @ttgint/eslint-config

Metadata

  • MIT
  • Whatever
  • Cemre Mengu
  • released 11/26/2019

Downloads

Maintainers