/eslint-config-timche

📝 My personal ESLint configuration

Primary LanguageJavaScriptMIT LicenseMIT

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"
}