2.0.6 • Published 10 months ago

@moltenship/eslint-config-react v2.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

React ESLint config

ESLint config for React. This config includes @moltenship/eslint-config-typescript, so no need to install it separately.

Installation

npm i -D eslint @moltenship/eslint-config-react

Usage

// .eslintrc
{
  "extends": ["@moltenship/eslint-config-react"]
}