Skip to content

ESLint config for Node.js projects

License

Notifications You must be signed in to change notification settings

ttgint/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ESLint config for Node.js projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published