2.0.6 • Published 1 year ago

@moltenship/eslint-config-react v2.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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"]
}