2.0.0 • Published 6 years ago

@bespoke-inc/eslint-config-react v2.0.0

Weekly downloads
16
License
MIT
Repository
-
Last release
6 years ago

eslint-config-react

eslint config for bespoke react projects

Prerequisites

install eslint, eslint-plugin-import, eslint-plugin-react, eslint-plugin-jsx-a11y

yarn add --dev eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y

How To

install package

yarn add --dev @bespoke-inc/eslint-config-react

extend the eslint config in your package.json or wherever your eslint config lives

{
  ...
  "eslintConfig": {
    "extends": ["@bespoke-inc/eslint-config-react"]
  },
  ...
}
2.0.0

6 years ago

1.0.2

6 years ago

1.0.2-rc1

6 years ago

1.0.1

6 years ago

1.0.1-rc1

6 years ago

1.0.0

6 years ago

1.0.0-rc1

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-rc1

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago