@willbooster/eslint-config-ts-react

A ESLint config for TypeScript projects using React. You need to do the following command to install peer dependencies.

Usage no npm install needed!

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

README

eslint-config-ts-react

A ESLint config for TypeScript projects using React. You need to do the following command to install peer dependencies.

yarn add -D @willbooster/eslint-config-ts \\
    eslint \\
    eslint-config-prettier \\
    eslint-plugin-import \\
    eslint-plugin-prettier \\
    eslint-plugin-react \\
    eslint-plugin-react-hooks \\
    typescript \\
    @typescript-eslint/eslint-plugin \\
    @typescript-eslint/parser \\
    prettier \\
    @willbooster/prettier-config