3.1.0 • Published 5 months ago

@algoan/eslint-config-react v3.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 months ago

Algoan React ESLint config

Algoan ESLint configuration shared for React projects written in TypeScript and using prettier.

Installation

First, install this module running:

npm install @algoan/eslint-config-react --save-dev

Then, create a .eslintrc.json file:

{
  "extends": "@algoan/eslint-config-react"
}

Usage

In your package.json file, add a script:

{
  "lint": "eslint **/*.{js,jsx,ts,tsx}"
}