eslint-config-pioneers
v0.3.0
Published
An opinionated TypeScript ESLint config
Downloads
4
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