eslint-config-pioneers

An opinionated TypeScript ESLint config

Usage no npm install needed!

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

README

eslint-config-pioneers

An eslint config for TypeScript projects

Installation

Standard projects:

yarn add eslint-config-pioneers @typescript-eslint/parser @typescript-eslint/eslint-plugin  eslint-config-prettier@ eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks --dev

Workspaces: This will normally be needed when using lerna or yarn workspaces and you need to install at the top level

yarn add eslint-config-pioneers @typescript-eslint/parser @typescript-eslint/eslint-plugin  eslint-config-prettier@ eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks -W --dev