@acolorbright/eslint-config-ts-react
v4.3.5
Published
ACB's ESLint config for using React with TypeScript
Downloads
208
Maintainers
Readme
eslint-config-ts-react
This plugin provides ACB's .eslintrc
as an extensible shared config, based on Airbnb's
eslint-config-airbnb.
Installation
The plugin requires eslint
and the following other packages:
@mizdra/eslint-plugin-layout-shift
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
eslint-plugin-extra-rules
eslint-plugin-import
eslint-plugin-jsx-a11y
eslint-plugin-react
eslint-plugin-react-hooks
eslint-plugin-simple-import-sort
typescript
$ npx install-peerdeps -D @acolorbright/eslint-config-ts-react && npm install -DE @acolorbright/eslint-config-ts-react@latest
Then add "extends": "@acolorbright/eslint-config-ts-react"
to your .eslintrc
file.
Since install-peerdeps
doesn't have a flag to pin the exact version of the installed peer dependencies it's advisable to pin the installed versions in package.json
by hand.