@oleg-ch/eslint-config-typescript

ESLint config for TypeScript

Usage no npm install needed!

<script type="module">
  import olegChEslintConfigTypescript from 'https://cdn.skypack.dev/@oleg-ch/eslint-config-typescript';
</script>

README

@oleg-ch/eslint-config-typescript

ESLint config for Typescript

Installation

yarn add -D @oleg-ch/eslint-config-typescript

Usage

Update your project's .eslintrc.json file:

{
    "extends": ["@oleg-ch/eslint-config-typescript"]
}

Read the ESlint config docs for more information