eslint-config-timche

My personal ESLint configuration

Usage no npm install needed!

<script type="module">
  import eslintConfigTimche from 'https://cdn.skypack.dev/eslint-config-timche';
</script>

README

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