eslint-config-timche
v2.0.1
Published
My personal ESLint configuration
Downloads
4
Readme
eslint-config-timche
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"
}