2.0.1 • Published 9 years ago

eslint-config-timche v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

eslint-config-timche

npm

My personal ESLint configuration

Based on eslint-config-airbnb and adjusted to my personal taste.

Install

$ npm install eslint-config-timche

Usage

Add this to your .eslintrc file:

{
  "extends": "timche"
}