1.0.5 • Published 5 years ago
@acolorbright/eslint-config-acb-react-typescript v1.0.5
eslint-config-acb-react-typescript
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:
@typescript-eslint/eslint-plugin@typescript-eslint/parsereslint-plugin-extra-ruleseslint-plugin-importeslint-plugin-jsx-a11yeslint-plugin-prettiereslint-plugin-reacteslint-plugin-react-hooksprettiertypescript
$ npx install-peerdeps -D @acolorbright/eslint-config-acb-react-typescript && npm install -DE @acolorbright/eslint-config-acb-react-typescript@latestThen add "extends": "@acolorbright/eslint-config-acb-react-typescript" 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.