1.0.1 • Published 5 years ago
@acolorbright/eslint-config-acb v1.0.1
eslint-config-acb
This plugin provides ACB's .eslintrc as an extensible shared config, based on Airbnb's
eslint-config-airbnb.
Installation
The plugin requires eslint, babel-eslint, and the following other packages:
eslint-plugin-extra-ruleseslint-plugin-importeslint-plugin-jsx-a11yeslint-plugin-jsx-control-statementseslint-plugin-reacteslint-plugin-react-hooks
If you don't need React, see eslint-config-acb-base. For React with TypeScript see eslint-config-acb-react-typescript.
$ npx install-peerdeps -D @acolorbright/eslint-config-acb && npm install -DE @acolorbright/eslint-config-acb@latestThen add "extends": "acb" 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.
1.0.1
5 years ago