My personal ESLint configuration
Based on eslint-config-airbnb
and adjusted to my personal taste.
$ npm install eslint-config-timche
Add this to your .eslintrc
file:
{
"extends": "timche"
}
My personal ESLint configuration
Based on eslint-config-airbnb
and adjusted to my personal taste.
$ npm install eslint-config-timche
Add this to your .eslintrc
file:
{
"extends": "timche"
}