@codemeistre/eslint-config-ts-react-app

ESLint config ready to be used in CodeMeistre React Apps projects. Includes TypeScript and Prettier configs out of the box.

Usage no npm install needed!

<script type="module">
  import codemeistreEslintConfigTsReactApp from 'https://cdn.skypack.dev/@codemeistre/eslint-config-ts-react-app';
</script>

README

eslint-config-ts-react-app

Inspired by https://github.com/natterstefan/eslint-config-ns

Instalation

Run the command bellow in your project

yarn add -D --peer @codemeistre/eslint-config-ts-react-app

Usage

Add the config to your .eslintrc file

{
  "extends": "ts-react-app"
}