@rockchalkwushock/eslint-config

My eslint config for working with React & TypeScript.

Usage no npm install needed!

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

README

@rockchalkwushock/eslint-config

My eslint config for working with React & TypeScript.

Heavily based on eslint-config-react-app.

Usage

yarn add -D @rockchalkwushock/eslint-config eslint prettier typescript
{
  "extends": ["@rockchalkwushock/eslint-config"]
}