1.1.2 • Published 12 months ago

@josephmark/eslint-config-react v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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 eslint.config.js or eslint.config.mjs

import jmReact from "@josephmark/eslint-config-react"

export default [
  ...jmReact,
  // Add any additional rules here
]