@hipo/eslint-config-react

Baker's shareable ESLint configuations for REACT & JSX


Keywords
eslintconfig, eslint, react, hipo, studiobakers, bakers
License
Unlicense
Install
npm install @hipo/eslint-config-react@2.3.1

Documentation

@hipo/eslint-config-react

Baker's shareable ESLint configuations for REACT & JSX.

Installation

npm i --save-dev @hipo/eslint-config-react

Usage

Set your eslint config to:

{
  "extends": ["@hipo/eslint-config-react"]
}

FOR JS USERS: If you are using JS in your project, you may want to add react/prop-types:"error" to your eslint config.