1.0.11 • Published 7 months ago

@josephmark/eslint-config-react v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@josephmark/eslint-config-react

The Josephmark team's basic typescript linter config

Installation

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

Usage

Add this to your eslint config .eslintrc.json

{
  "extends": ["@josephmark/react"]
}