This package has been deprecated

Author message:

Deprecated and published under new name as @acolorbrihgt/eslint-config-react

@acolorbright/eslint-config-acb

1.0.1 • Public • Published

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-rules
  • eslint-plugin-import
  • eslint-plugin-jsx-a11y
  • eslint-plugin-jsx-control-statements
  • eslint-plugin-react
  • eslint-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@latest

Then 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.

Package Sidebar

Install

npm i @acolorbright/eslint-config-acb

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

39.7 kB

Total Files

10

Last publish

Collaborators

  • acb-devs